Html Css Color HEX #40AF10 Kelly Green

📋 copy color: '#40AF10'

red 64 ◦ green 175 ◦ blue 16

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

Shades of Kelly Green #40AF10

Tints of Kelly Green #40AF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 68.63%

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

R = 25.1%
G = 68.63%
B = 6.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#40AF10 (or 0x40AF10) is known color: Kelly Green. HEX triplet: 40, AF and 10. RGB value is (64,175,16). Sum of RGB (Red+Green+Blue) = 64+175+16=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40AF10 is #BF50EF. Grayscale: #7C7C7C. Windows color (decimal): -12538096 or 1093440. OLE color: 1093440.

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

Color convert

RGB 64 175 16 -
CMYK 0.63 0 0.91 0.31
HSL 101.89º 0.83% 0.37% -
HSV(B) 101.89º 0.91% 0.69% -
XYZ 17.54 31.79 5.7 -
YUV 123.69 67.23 85.43 -
System Red Green Blue C M Y K H S L
Decimal 64 175 16 0.63 0 0.91 0.31 101.89 0.83 0.37
Hex 40 AF 10 3F 0 5B 1F 66 53 25
Octal 100 257 20 77 0 133 37 146 123 45
Binary 1000000 10101111 10000 111111 0 1011011 11111 1100110 1010011 100101

Color Harmonies of #40AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF10

Black with #40AF10

Text Example


Text Example

White with #40AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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