Html Css Color HEX #10AA2D Dark Pastel Green

📋 copy color: '#10AA2D'

red 16 ◦ green 170 ◦ blue 45

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

Shades of Dark Pastel Green #10AA2D

Tints of Dark Pastel Green #10AA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 6.93%
G = 73.59%
B = 19.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#10AA2D (or 0x10AA2D) is known color: Dark Pastel Green. HEX triplet: 10, AA and 2D. RGB value is (16,170,45). Sum of RGB (Red+Green+Blue) = 16+170+45=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA2D is #EF55D2. Grayscale: #6E6E6E. Windows color (decimal): -15685075 or 2992656. OLE color: 2992656.

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

Color convert

RGB 16 170 45 -
CMYK 0.91 0 0.74 0.33
HSL 131.3º 0.83% 0.36% -
HSV(B) 131.3º 0.91% 0.67% -
XYZ 15.06 29.05 7.3 -
YUV 109.7 91.48 61.16 -
System Red Green Blue C M Y K H S L
Decimal 16 170 45 0.91 0 0.74 0.33 131.3 0.83 0.36
Hex 10 AA 2D 5B 0 4A 21 83 53 24
Octal 20 252 55 133 0 112 41 203 123 44
Binary 10000 10101010 101101 1011011 0 1001010 100001 10000011 1010011 100100

Color Harmonies of #10AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA2D

Black with #10AA2D

Text Example


Text Example

White with #10AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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