Html Css Color HEX #10AA33 Dark Pastel Green

📋 copy color: '#10AA33'

red 16 ◦ green 170 ◦ blue 51

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

Shades of Dark Pastel Green #10AA33

Tints of Dark Pastel Green #10AA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 6.75%
G = 71.73%
B = 21.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#10AA33 (or 0x10AA33) is known color: Dark Pastel Green. HEX triplet: 10, AA and 33. RGB value is (16,170,51). Sum of RGB (Red+Green+Blue) = 16+170+51=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA33 is #EF55CC. Grayscale: #6E6E6E. Windows color (decimal): -15685069 or 3385872. OLE color: 3385872.

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

Color convert

RGB 16 170 51 -
CMYK 0.91 0 0.7 0.33
HSL 133.64º 0.83% 0.36% -
HSV(B) 133.64º 0.91% 0.67% -
XYZ 15.19 29.1 7.95 -
YUV 110.39 94.48 60.68 -
System Red Green Blue C M Y K H S L
Decimal 16 170 51 0.91 0 0.7 0.33 133.64 0.83 0.36
Hex 10 AA 33 5B 0 46 21 86 53 24
Octal 20 252 63 133 0 106 41 206 123 44
Binary 10000 10101010 110011 1011011 0 1000110 100001 10000110 1010011 100100

Color Harmonies of #10AA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA33

Black with #10AA33

Text Example


Text Example

White with #10AA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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