Html Css Color HEX #10AC31 Dark Pastel Green

📋 copy color: '#10AC31'

red 16 ◦ green 172 ◦ blue 49

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

Shades of Dark Pastel Green #10AC31

Tints of Dark Pastel Green #10AC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 72.57%

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

R = 6.75%
G = 72.57%
B = 20.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#10AC31 (or 0x10AC31) is known color: Dark Pastel Green. HEX triplet: 10, AC and 31. RGB value is (16,172,49). Sum of RGB (Red+Green+Blue) = 16+172+49=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AC31 is #EF53CE. Grayscale: #6F6F6F. Windows color (decimal): -15684559 or 3255312. OLE color: 3255312.

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

Color convert

RGB 16 172 49 -
CMYK 0.91 0 0.72 0.33
HSL 132.69º 0.83% 0.37% -
HSV(B) 132.69º 0.91% 0.67% -
XYZ 15.52 29.84 7.85 -
YUV 111.33 92.82 60 -
System Red Green Blue C M Y K H S L
Decimal 16 172 49 0.91 0 0.72 0.33 132.69 0.83 0.37
Hex 10 AC 31 5B 0 48 21 85 53 25
Octal 20 254 61 133 0 110 41 205 123 45
Binary 10000 10101100 110001 1011011 0 1001000 100001 10000101 1010011 100101

Color Harmonies of #10AC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC31

Black with #10AC31

Text Example


Text Example

White with #10AC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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