Html Css Color HEX #10AB31 Dark Pastel Green

📋 copy color: '#10AB31'

red 16 ◦ green 171 ◦ blue 49

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

Shades of Dark Pastel Green #10AB31

Tints of Dark Pastel Green #10AB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 6.78%
G = 72.46%
B = 20.76%

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

#10AB31 (or 0x10AB31) is known color: Dark Pastel Green. HEX triplet: 10, AB and 31. RGB value is (16,171,49). Sum of RGB (Red+Green+Blue) = 16+171+49=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 171 (67.19% from 255 or 72.46% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB31 is #EF54CE. Grayscale: #6F6F6F. Windows color (decimal): -15684815 or 3255056. OLE color: 3255056.

HSL color Cylindrical-coordinate representation of color #10AB31: hue angle of 132.77º 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 #10AB31 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 49 -
CMYK 0.91 0 0.71 0.33
HSL 132.77º 0.83% 0.37% -
HSV(B) 132.77º 0.91% 0.67% -
XYZ 15.33 29.46 7.78 -
YUV 110.75 93.15 60.42 -
System Red Green Blue C M Y K H S L
Decimal 16 171 49 0.91 0 0.71 0.33 132.77 0.83 0.37
Hex 10 AB 31 5B 0 47 21 85 53 25
Octal 20 253 61 133 0 107 41 205 123 45
Binary 10000 10101011 110001 1011011 0 1000111 100001 10000101 1010011 100101

Color Harmonies of #10AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB31

Black with #10AB31

Text Example


Text Example

White with #10AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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