Html Css Color HEX #40AE0D Kelly Green

📋 copy color: '#40AE0D'

red 64 ◦ green 174 ◦ blue 13

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

Shades of Kelly Green #40AE0D

Tints of Kelly Green #40AE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 25.5%
G = 69.32%
B = 5.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#40AE0D (or 0x40AE0D) is known color: Kelly Green. HEX triplet: 40, AE and 0D. RGB value is (64,174,13). Sum of RGB (Red+Green+Blue) = 64+174+13=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 174 (68.36% from 255 or 69.32% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AE0D is #BF51F2. Grayscale: #7B7B7B. Windows color (decimal): -12538355 or 896576. OLE color: 896576.

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

Color convert

RGB 64 174 13 -
CMYK 0.63 0 0.93 0.32
HSL 100.99º 0.86% 0.37% -
HSV(B) 100.99º 0.93% 0.68% -
XYZ 17.32 31.39 5.53 -
YUV 122.76 66.06 86.09 -
System Red Green Blue C M Y K H S L
Decimal 64 174 13 0.63 0 0.93 0.32 100.99 0.86 0.37
Hex 40 AE D 3F 0 5D 20 65 56 25
Octal 100 256 15 77 0 135 40 145 126 45
Binary 1000000 10101110 1101 111111 0 1011101 100000 1100101 1010110 100101

Color Harmonies of #40AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE0D

Black with #40AE0D

Text Example


Text Example

White with #40AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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