Html Css Color HEX #10B140 Dark Pastel Green

📋 copy color: '#10B140'

red 16 ◦ green 177 ◦ blue 64

#10B140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #10B140

Tints of Dark Pastel Green #10B140

RGB

 RED value IS 16 (6.64% from 255) = 6.23%

 GREEN value IS 177 (69.53% from 255) = 68.87%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 6.23%
G = 68.87%
B = 24.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10B140 (or 0x10B140) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 40. RGB value is (16,177,64). Sum of RGB (Red+Green+Blue) = 16+177+64=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #10B140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B140 is #EF4EBF. Grayscale: #747474. Windows color (decimal): -15683264 or 4239632. OLE color: 4239632.

HSL color Cylindrical-coordinate representation of color #10B140: hue angle of 137.89º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B140 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 64 -
CMYK 0.91 0 0.64 0.31
HSL 137.89º 0.83% 0.38% -
HSV(B) 137.89º 0.91% 0.69% -
XYZ 16.86 31.92 10.12 -
YUV 115.98 98.66 56.69 -
System Red Green Blue C M Y K H S L
Decimal 16 177 64 0.91 0 0.64 0.31 137.89 0.83 0.38
Hex 10 B1 40 5B 0 40 1F 8A 53 26
Octal 20 261 100 133 0 100 37 212 123 46
Binary 10000 10110001 1000000 1011011 0 1000000 11111 10001010 1010011 100110

Color Harmonies of #10B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B140

Black with #10B140

Text Example


Text Example

White with #10B140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B140; }

 p { color: rgb(16,177,64); }

 H1.HeaderClassName
 {
   color: #10B140;
 }
 .AnyTagClassName
 {
   color: #10B140;
 }
</style>

background-color css

<style>
 a { background-color: #10B140; }

 a { background-color: rgb(16,177,64); }

 div.DivClassName
 {
   background-color: #10B140;
 }
 .BgClassName
 {
   background-color: #10B140;
 }
</style>

border-color css

<style>
 span { border-color: #10B140; }

 span { border-color: rgb(16,177,64); }

 td.TdClassName
 {
   border-color: #10B140;
 }
 .TagClassName
 {
   border-color: #10B140;
 }
</style>