Html Css Color HEX #10AA2E Dark Pastel Green

📋 copy color: '#10AA2E'

red 16 ◦ green 170 ◦ blue 46

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

Shades of Dark Pastel Green #10AA2E

Tints of Dark Pastel Green #10AA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 6.9%
G = 73.28%
B = 19.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#10AA2E (or 0x10AA2E) is known color: Dark Pastel Green. HEX triplet: 10, AA and 2E. RGB value is (16,170,46). Sum of RGB (Red+Green+Blue) = 16+170+46=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA2E is #EF55D1. Grayscale: #6E6E6E. Windows color (decimal): -15685074 or 3058192. OLE color: 3058192.

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

Color convert

RGB 16 170 46 -
CMYK 0.91 0 0.73 0.33
HSL 131.69º 0.83% 0.36% -
HSV(B) 131.69º 0.91% 0.67% -
XYZ 15.08 29.06 7.4 -
YUV 109.82 91.98 61.08 -
System Red Green Blue C M Y K H S L
Decimal 16 170 46 0.91 0 0.73 0.33 131.69 0.83 0.36
Hex 10 AA 2E 5B 0 49 21 84 53 24
Octal 20 252 56 133 0 111 41 204 123 44
Binary 10000 10101010 101110 1011011 0 1001001 100001 10000100 1010011 100100

Color Harmonies of #10AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA2E

Black with #10AA2E

Text Example


Text Example

White with #10AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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