Html Css Color HEX #40AA10 Kelly Green

📋 copy color: '#40AA10'

red 64 ◦ green 170 ◦ blue 16

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

Shades of Kelly Green #40AA10

Tints of Kelly Green #40AA10

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#40AA10 (or 0x40AA10) is known color: Kelly Green. HEX triplet: 40, AA and 10. RGB value is (64,170,16). Sum of RGB (Red+Green+Blue) = 64+170+16=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AA10 is #BF55EF. Grayscale: #797979. Windows color (decimal): -12539376 or 1092160. OLE color: 1092160.

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

Color convert

RGB 64 170 16 -
CMYK 0.62 0 0.91 0.33
HSL 101.3º 0.83% 0.36% -
HSV(B) 101.3º 0.91% 0.67% -
XYZ 16.58 29.88 5.38 -
YUV 120.75 68.88 87.52 -
System Red Green Blue C M Y K H S L
Decimal 64 170 16 0.62 0 0.91 0.33 101.3 0.83 0.36
Hex 40 AA 10 3E 0 5B 21 65 53 24
Octal 100 252 20 76 0 133 41 145 123 44
Binary 1000000 10101010 10000 111110 0 1011011 100001 1100101 1010011 100100

Color Harmonies of #40AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA10

Black with #40AA10

Text Example


Text Example

White with #40AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40AA10; }

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

 H1.HeaderClassName
 {
   color: #40AA10;
 }
 .AnyTagClassName
 {
   color: #40AA10;
 }
</style>

background-color css

<style>
 a { background-color: #40AA10; }

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

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

border-color css

<style>
 span { border-color: #40AA10; }

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

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