Html Css Color HEX #40A104 Kelly Green

📋 copy color: '#40A104'

red 64 ◦ green 161 ◦ blue 4

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

Shades of Kelly Green #40A104

Tints of Kelly Green #40A104

RGB

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

 GREEN value IS 161 (63.28% from 255) = 70.31%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 27.95%
G = 70.31%
B = 1.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#40A104 (or 0x40A104) is known color: Kelly Green. HEX triplet: 40, A1 and 04. RGB value is (64,161,4). Sum of RGB (Red+Green+Blue) = 64+161+4=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 161 (63.28% from 255 or 70.31% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 161 - color contains mainly: green. Hex color #40A104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A104 is #BF5EFB. Grayscale: #727272. Windows color (decimal): -12541692 or 303424. OLE color: 303424.

HSL color Cylindrical-coordinate representation of color #40A104: hue angle of 97.07º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40A104 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 4 -
CMYK 0.60 0 0.98 0.37
HSL 97.07º 0.95% 0.32% -
HSV(B) 97.07º 0.98% 0.63% -
XYZ 14.88 26.59 4.46 -
YUV 114.1 65.86 92.27 -
System Red Green Blue C M Y K H S L
Decimal 64 161 4 0.60 0 0.98 0.37 97.07 0.95 0.32
Hex 40 A1 4 3C 0 62 25 61 5F 20
Octal 100 241 4 74 0 142 45 141 137 40
Binary 1000000 10100001 100 111100 0 1100010 100101 1100001 1011111 100000

Color Harmonies of #40A104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A104

Black with #40A104

Text Example


Text Example

White with #40A104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,161,4); }

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

background-color css

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

 a { background-color: rgb(64,161,4); }

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

border-color css

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

 span { border-color: rgb(64,161,4); }

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