Html Css Color HEX #40AC0F Kelly Green

📋 copy color: '#40AC0F'

red 64 ◦ green 172 ◦ blue 15

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

Shades of Kelly Green #40AC0F

Tints of Kelly Green #40AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 68.53%

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

R = 25.5%
G = 68.53%
B = 5.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#40AC0F (or 0x40AC0F) is known color: Kelly Green. HEX triplet: 40, AC and 0F. RGB value is (64,172,15). Sum of RGB (Red+Green+Blue) = 64+172+15=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AC0F is #BF53F0. Grayscale: #7A7A7A. Windows color (decimal): -12538865 or 1027136. OLE color: 1027136.

HSL color Cylindrical-coordinate representation of color #40AC0F: hue angle of 101.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40AC0F is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 15 -
CMYK 0.63 0 0.91 0.33
HSL 101.27º 0.84% 0.37% -
HSV(B) 101.27º 0.91% 0.67% -
XYZ 16.95 30.63 5.47 -
YUV 121.81 67.72 86.77 -
System Red Green Blue C M Y K H S L
Decimal 64 172 15 0.63 0 0.91 0.33 101.27 0.84 0.37
Hex 40 AC F 3F 0 5B 21 65 54 25
Octal 100 254 17 77 0 133 41 145 124 45
Binary 1000000 10101100 1111 111111 0 1011011 100001 1100101 1010100 100101

Color Harmonies of #40AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC0F

Black with #40AC0F

Text Example


Text Example

White with #40AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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