Html Css Color HEX #40AE1F Kelly Green

📋 copy color: '#40AE1F'

red 64 ◦ green 174 ◦ blue 31

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

Shades of Kelly Green #40AE1F

Tints of Kelly Green #40AE1F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.68%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 23.79%
G = 64.68%
B = 11.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#40AE1F (or 0x40AE1F) is known color: Kelly Green. HEX triplet: 40, AE and 1F. RGB value is (64,174,31). Sum of RGB (Red+Green+Blue) = 64+174+31=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE1F is #BF51E0. Grayscale: #7D7D7D. Windows color (decimal): -12538337 or 2076224. OLE color: 2076224.

HSL color Cylindrical-coordinate representation of color #40AE1F: hue angle of 106.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40AE1F is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 31 -
CMYK 0.63 0 0.82 0.32
HSL 106.15º 0.7% 0.4% -
HSV(B) 106.15º 0.82% 0.68% -
XYZ 17.5 31.46 6.45 -
YUV 124.81 75.06 84.63 -
System Red Green Blue C M Y K H S L
Decimal 64 174 31 0.63 0 0.82 0.32 106.15 0.7 0.4
Hex 40 AE 1F 3F 0 52 20 6A 46 28
Octal 100 256 37 77 0 122 40 152 106 50
Binary 1000000 10101110 11111 111111 0 1010010 100000 1101010 1000110 101000

Color Harmonies of #40AE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE1F

Black with #40AE1F

Text Example


Text Example

White with #40AE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,174,31); }

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

background-color css

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

 a { background-color: rgb(64,174,31); }

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

border-color css

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

 span { border-color: rgb(64,174,31); }

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