Html Css Color HEX #10A431 Dark Pastel Green

📋 copy color: '#10A431'

red 16 ◦ green 164 ◦ blue 49

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

Shades of Dark Pastel Green #10A431

Tints of Dark Pastel Green #10A431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 71.62%

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

R = 6.99%
G = 71.62%
B = 21.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#10A431 (or 0x10A431) is known color: Dark Pastel Green. HEX triplet: 10, A4 and 31. RGB value is (16,164,49). Sum of RGB (Red+Green+Blue) = 16+164+49=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 164 (64.45% from 255 or 71.62% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 164 - color contains mainly: green. Hex color #10A431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A431 is #EF5BCE. Grayscale: #6A6A6A. Windows color (decimal): -15686607 or 3253264. OLE color: 3253264.

HSL color Cylindrical-coordinate representation of color #10A431: hue angle of 133.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A431 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 49 -
CMYK 0.90 0 0.70 0.36
HSL 133.38º 0.82% 0.35% -
HSV(B) 133.38º 0.9% 0.64% -
XYZ 14.04 26.88 7.35 -
YUV 106.64 95.47 63.35 -
System Red Green Blue C M Y K H S L
Decimal 16 164 49 0.90 0 0.70 0.36 133.38 0.82 0.35
Hex 10 A4 31 5A 0 46 24 85 52 23
Octal 20 244 61 132 0 106 44 205 122 43
Binary 10000 10100100 110001 1011010 0 1000110 100100 10000101 1010010 100011

Color Harmonies of #10A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A431

Black with #10A431

Text Example


Text Example

White with #10A431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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