Html Css Color HEX #40A70F Kelly Green

📋 copy color: '#40A70F'

red 64 ◦ green 167 ◦ blue 15

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

Shades of Kelly Green #40A70F

Tints of Kelly Green #40A70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 67.89%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 26.02%
G = 67.89%
B = 6.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#40A70F (or 0x40A70F) is known color: Kelly Green. HEX triplet: 40, A7 and 0F. RGB value is (64,167,15). Sum of RGB (Red+Green+Blue) = 64+167+15=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 167 (65.62% from 255 or 67.89% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 167 - color contains mainly: green. Hex color #40A70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A70F is #BF58F0. Grayscale: #777777. Windows color (decimal): -12540145 or 1025856. OLE color: 1025856.

HSL color Cylindrical-coordinate representation of color #40A70F: hue angle of 100.66º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40A70F is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 167 15 -
CMYK 0.62 0 0.91 0.35
HSL 100.66º 0.84% 0.36% -
HSV(B) 100.66º 0.91% 0.65% -
XYZ 16.02 28.76 5.16 -
YUV 118.88 69.38 88.86 -
System Red Green Blue C M Y K H S L
Decimal 64 167 15 0.62 0 0.91 0.35 100.66 0.84 0.36
Hex 40 A7 F 3E 0 5B 23 65 54 24
Octal 100 247 17 76 0 133 43 145 124 44
Binary 1000000 10100111 1111 111110 0 1011011 100011 1100101 1010100 100100

Color Harmonies of #40A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A70F

Black with #40A70F

Text Example


Text Example

White with #40A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,167,15); }

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

background-color css

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

 a { background-color: rgb(64,167,15); }

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

border-color css

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

 span { border-color: rgb(64,167,15); }

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