Html Css Color HEX #40AF0E Kelly Green

📋 copy color: '#40AF0E'

red 64 ◦ green 175 ◦ blue 14

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

Shades of Kelly Green #40AF0E

Tints of Kelly Green #40AF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.17%

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 25.3%
G = 69.17%
B = 5.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#40AF0E (or 0x40AF0E) is known color: Kelly Green. HEX triplet: 40, AF and 0E. RGB value is (64,175,14). Sum of RGB (Red+Green+Blue) = 64+175+14=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF0E is #BF50F1. Grayscale: #7B7B7B. Windows color (decimal): -12538098 or 962368. OLE color: 962368.

HSL color Cylindrical-coordinate representation of color #40AF0E: hue angle of 101.37º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40AF0E is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 14 -
CMYK 0.63 0 0.92 0.31
HSL 101.37º 0.85% 0.37% -
HSV(B) 101.37º 0.92% 0.69% -
XYZ 17.52 31.78 5.63 -
YUV 123.46 66.23 85.59 -
System Red Green Blue C M Y K H S L
Decimal 64 175 14 0.63 0 0.92 0.31 101.37 0.85 0.37
Hex 40 AF E 3F 0 5C 1F 65 55 25
Octal 100 257 16 77 0 134 37 145 125 45
Binary 1000000 10101111 1110 111111 0 1011100 11111 1100101 1010101 100101

Color Harmonies of #40AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF0E

Black with #40AF0E

Text Example


Text Example

White with #40AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,175,14); }

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

background-color css

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

 a { background-color: rgb(64,175,14); }

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

border-color css

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

 span { border-color: rgb(64,175,14); }

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