Html Css Color HEX #40AC10 Kelly Green

📋 copy color: '#40AC10'

red 64 ◦ green 172 ◦ blue 16

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

Shades of Kelly Green #40AC10

Tints of Kelly Green #40AC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 25.4%
G = 68.25%
B = 6.35%

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

#40AC10 (or 0x40AC10) is known color: Kelly Green. HEX triplet: 40, AC and 10. RGB value is (64,172,16). Sum of RGB (Red+Green+Blue) = 64+172+16=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AC10 is #BF53EF. Grayscale: #7A7A7A. Windows color (decimal): -12538864 or 1092672. OLE color: 1092672.

HSL color Cylindrical-coordinate representation of color #40AC10: hue angle of 101.54º degrees, saturation: 0.83, 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 #40AC10 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 16 -
CMYK 0.63 0 0.91 0.33
HSL 101.54º 0.83% 0.37% -
HSV(B) 101.54º 0.91% 0.67% -
XYZ 16.96 30.63 5.51 -
YUV 121.92 68.22 86.68 -
System Red Green Blue C M Y K H S L
Decimal 64 172 16 0.63 0 0.91 0.33 101.54 0.83 0.37
Hex 40 AC 10 3F 0 5B 21 66 53 25
Octal 100 254 20 77 0 133 41 146 123 45
Binary 1000000 10101100 10000 111111 0 1011011 100001 1100110 1010011 100101

Color Harmonies of #40AC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC10

Black with #40AC10

Text Example


Text Example

White with #40AC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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