Html Css Color HEX #10AA29 Dark Pastel Green

📋 copy color: '#10AA29'

red 16 ◦ green 170 ◦ blue 41

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

Shades of Dark Pastel Green #10AA29

Tints of Dark Pastel Green #10AA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 7.05%
G = 74.89%
B = 18.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#10AA29 (or 0x10AA29) is known color: Dark Pastel Green. HEX triplet: 10, AA and 29. RGB value is (16,170,41). Sum of RGB (Red+Green+Blue) = 16+170+41=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA29 is #EF55D6. Grayscale: #6D6D6D. Windows color (decimal): -15685079 or 2730512. OLE color: 2730512.

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

Color convert

RGB 16 170 41 -
CMYK 0.91 0 0.76 0.33
HSL 129.74º 0.83% 0.36% -
HSV(B) 129.74º 0.91% 0.67% -
XYZ 14.99 29.02 6.91 -
YUV 109.25 89.48 61.49 -
System Red Green Blue C M Y K H S L
Decimal 16 170 41 0.91 0 0.76 0.33 129.74 0.83 0.36
Hex 10 AA 29 5B 0 4C 21 82 53 24
Octal 20 252 51 133 0 114 41 202 123 44
Binary 10000 10101010 101001 1011011 0 1001100 100001 10000010 1010011 100100

Color Harmonies of #10AA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA29

Black with #10AA29

Text Example


Text Example

White with #10AA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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