Html Css Color HEX #10AB32 Dark Pastel Green

📋 copy color: '#10AB32'

red 16 ◦ green 171 ◦ blue 50

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

Shades of Dark Pastel Green #10AB32

Tints of Dark Pastel Green #10AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 72.15%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 6.75%
G = 72.15%
B = 21.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#10AB32 (or 0x10AB32) is known color: Dark Pastel Green. HEX triplet: 10, AB and 32. RGB value is (16,171,50). Sum of RGB (Red+Green+Blue) = 16+171+50=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB32 is #EF54CD. Grayscale: #6F6F6F. Windows color (decimal): -15684814 or 3320592. OLE color: 3320592.

HSL color Cylindrical-coordinate representation of color #10AB32: hue angle of 133.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB32 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 50 -
CMYK 0.91 0 0.71 0.33
HSL 133.16º 0.83% 0.37% -
HSV(B) 133.16º 0.91% 0.67% -
XYZ 15.35 29.47 7.9 -
YUV 110.86 93.65 60.34 -
System Red Green Blue C M Y K H S L
Decimal 16 171 50 0.91 0 0.71 0.33 133.16 0.83 0.37
Hex 10 AB 32 5B 0 47 21 85 53 25
Octal 20 253 62 133 0 107 41 205 123 45
Binary 10000 10101011 110010 1011011 0 1000111 100001 10000101 1010011 100101

Color Harmonies of #10AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB32

Black with #10AB32

Text Example


Text Example

White with #10AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,50); }

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

background-color css

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

 a { background-color: rgb(16,171,50); }

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

border-color css

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

 span { border-color: rgb(16,171,50); }

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