Html Css Color HEX #10AA40 Dark Pastel Green

📋 copy color: '#10AA40'

red 16 ◦ green 170 ◦ blue 64

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

Shades of Dark Pastel Green #10AA40

Tints of Dark Pastel Green #10AA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 6.4%
G = 68%
B = 25.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#10AA40 (or 0x10AA40) is known color: Dark Pastel Green. HEX triplet: 10, AA and 40. RGB value is (16,170,64). Sum of RGB (Red+Green+Blue) = 16+170+64=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA40 is #EF55BF. Grayscale: #707070. Windows color (decimal): -15685056 or 4237840. OLE color: 4237840.

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

Color convert

RGB 16 170 64 -
CMYK 0.91 0 0.62 0.33
HSL 138.7º 0.83% 0.36% -
HSV(B) 138.7º 0.91% 0.67% -
XYZ 15.51 29.23 9.67 -
YUV 111.87 100.98 59.62 -
System Red Green Blue C M Y K H S L
Decimal 16 170 64 0.91 0 0.62 0.33 138.7 0.83 0.36
Hex 10 AA 40 5B 0 3E 21 8B 53 24
Octal 20 252 100 133 0 76 41 213 123 44
Binary 10000 10101010 1000000 1011011 0 111110 100001 10001011 1010011 100100

Color Harmonies of #10AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA40

Black with #10AA40

Text Example


Text Example

White with #10AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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