Html Css Color HEX #40AE0C Kelly Green

📋 copy color: '#40AE0C'

red 64 ◦ green 174 ◦ blue 12

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

Shades of Kelly Green #40AE0C

Tints of Kelly Green #40AE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 25.6%
G = 69.6%
B = 4.8%

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

#40AE0C (or 0x40AE0C) is known color: Kelly Green. HEX triplet: 40, AE and 0C. RGB value is (64,174,12). Sum of RGB (Red+Green+Blue) = 64+174+12=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 174 (68.36% from 255 or 69.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AE0C is #BF51F3. Grayscale: #7B7B7B. Windows color (decimal): -12538356 or 831040. OLE color: 831040.

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

Color convert

RGB 64 174 12 -
CMYK 0.63 0 0.93 0.32
HSL 100.74º 0.87% 0.36% -
HSV(B) 100.74º 0.93% 0.68% -
XYZ 17.32 31.39 5.49 -
YUV 122.64 65.56 86.17 -
System Red Green Blue C M Y K H S L
Decimal 64 174 12 0.63 0 0.93 0.32 100.74 0.87 0.36
Hex 40 AE C 3F 0 5D 20 65 57 24
Octal 100 256 14 77 0 135 40 145 127 44
Binary 1000000 10101110 1100 111111 0 1011101 100000 1100101 1010111 100100

Color Harmonies of #40AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE0C

Black with #40AE0C

Text Example


Text Example

White with #40AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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