Html Css Color HEX #40A210 Kelly Green

📋 copy color: '#40A210'

red 64 ◦ green 162 ◦ blue 16

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

Shades of Kelly Green #40A210

Tints of Kelly Green #40A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 66.94%

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

R = 26.45%
G = 66.94%
B = 6.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#40A210 (or 0x40A210) is known color: Kelly Green. HEX triplet: 40, A2 and 10. RGB value is (64,162,16). Sum of RGB (Red+Green+Blue) = 64+162+16=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 162 (63.67% from 255 or 66.94% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 162 - color contains mainly: green. Hex color #40A210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A210 is #BF5DEF. Grayscale: #747474. Windows color (decimal): -12541424 or 1090112. OLE color: 1090112.

HSL color Cylindrical-coordinate representation of color #40A210: hue angle of 100.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40A210 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 16 -
CMYK 0.60 0 0.90 0.36
HSL 100.27º 0.82% 0.35% -
HSV(B) 100.27º 0.9% 0.64% -
XYZ 15.13 26.97 4.9 -
YUV 116.05 71.53 90.87 -
System Red Green Blue C M Y K H S L
Decimal 64 162 16 0.60 0 0.90 0.36 100.27 0.82 0.35
Hex 40 A2 10 3C 0 5A 24 64 52 23
Octal 100 242 20 74 0 132 44 144 122 43
Binary 1000000 10100010 10000 111100 0 1011010 100100 1100100 1010010 100011

Color Harmonies of #40A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A210

Black with #40A210

Text Example


Text Example

White with #40A210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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