Html Css Color HEX #10AA2A Dark Pastel Green

📋 copy color: '#10AA2A'

red 16 ◦ green 170 ◦ blue 42

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

Shades of Dark Pastel Green #10AA2A

Tints of Dark Pastel Green #10AA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 74.56%

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 7.02%
G = 74.56%
B = 18.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#10AA2A (or 0x10AA2A) is known color: Dark Pastel Green. HEX triplet: 10, AA and 2A. RGB value is (16,170,42). Sum of RGB (Red+Green+Blue) = 16+170+42=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA2A is #EF55D5. Grayscale: #6D6D6D. Windows color (decimal): -15685078 or 2796048. OLE color: 2796048.

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

Color convert

RGB 16 170 42 -
CMYK 0.91 0 0.75 0.33
HSL 130.13º 0.83% 0.36% -
HSV(B) 130.13º 0.91% 0.67% -
XYZ 15.01 29.03 7 -
YUV 109.36 89.98 61.41 -
System Red Green Blue C M Y K H S L
Decimal 16 170 42 0.91 0 0.75 0.33 130.13 0.83 0.36
Hex 10 AA 2A 5B 0 4B 21 82 53 24
Octal 20 252 52 133 0 113 41 202 123 44
Binary 10000 10101010 101010 1011011 0 1001011 100001 10000010 1010011 100100

Color Harmonies of #10AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA2A

Black with #10AA2A

Text Example


Text Example

White with #10AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,170,42); }

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

background-color css

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

 a { background-color: rgb(16,170,42); }

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

border-color css

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

 span { border-color: rgb(16,170,42); }

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