Html Css Color HEX #40A310 Kelly Green

📋 copy color: '#40A310'

red 64 ◦ green 163 ◦ blue 16

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

Shades of Kelly Green #40A310

Tints of Kelly Green #40A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 67.08%

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

R = 26.34%
G = 67.08%
B = 6.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#40A310 (or 0x40A310) is known color: Kelly Green. HEX triplet: 40, A3 and 10. RGB value is (64,163,16). Sum of RGB (Red+Green+Blue) = 64+163+16=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #40A310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A310 is #BF5CEF. Grayscale: #757575. Windows color (decimal): -12541168 or 1090368. OLE color: 1090368.

HSL color Cylindrical-coordinate representation of color #40A310: hue angle of 100.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40A310 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 163 16 -
CMYK 0.61 0 0.90 0.36
HSL 100.41º 0.82% 0.35% -
HSV(B) 100.41º 0.9% 0.64% -
XYZ 15.31 27.32 4.96 -
YUV 116.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 64 163 16 0.61 0 0.90 0.36 100.41 0.82 0.35
Hex 40 A3 10 3D 0 5A 24 64 52 23
Octal 100 243 20 75 0 132 44 144 122 43
Binary 1000000 10100011 10000 111101 0 1011010 100100 1100100 1010010 100011

Color Harmonies of #40A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A310

Black with #40A310

Text Example


Text Example

White with #40A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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