Html Css Color HEX #40A213 Kelly Green

📋 copy color: '#40A213'

red 64 ◦ green 162 ◦ blue 19

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

Shades of Kelly Green #40A213

Tints of Kelly Green #40A213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 26.12%
G = 66.12%
B = 7.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#40A213 (or 0x40A213) is known color: Kelly Green. HEX triplet: 40, A2 and 13. RGB value is (64,162,19). Sum of RGB (Red+Green+Blue) = 64+162+19=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #40A213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A213 is #BF5DEC. Grayscale: #747474. Windows color (decimal): -12541421 or 1286720. OLE color: 1286720.

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

Color convert

RGB 64 162 19 -
CMYK 0.60 0 0.88 0.36
HSL 101.12º 0.79% 0.35% -
HSV(B) 101.12º 0.88% 0.64% -
XYZ 15.15 26.98 5.02 -
YUV 116.4 73.03 90.63 -
System Red Green Blue C M Y K H S L
Decimal 64 162 19 0.60 0 0.88 0.36 101.12 0.79 0.35
Hex 40 A2 13 3C 0 58 24 65 4F 23
Octal 100 242 23 74 0 130 44 145 117 43
Binary 1000000 10100010 10011 111100 0 1011000 100100 1100101 1001111 100011

Color Harmonies of #40A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A213

Black with #40A213

Text Example


Text Example

White with #40A213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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