Html Css Color HEX #40B00A Kelly Green

📋 copy color: '#40B00A'

red 64 ◦ green 176 ◦ blue 10

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

Shades of Kelly Green #40B00A

Tints of Kelly Green #40B00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 70.4%

 BLUE value IS 10 (4.3% from 255) = 4%

R = 25.6%
G = 70.4%
B = 4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#40B00A (or 0x40B00A) is known color: Kelly Green. HEX triplet: 40, B0 and 0A. RGB value is (64,176,10). Sum of RGB (Red+Green+Blue) = 64+176+10=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #40B00A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B00A is #BF4FF5. Grayscale: #7C7C7C. Windows color (decimal): -12537846 or 700480. OLE color: 700480.

HSL color Cylindrical-coordinate representation of color #40B00A: hue angle of 100.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40B00A is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 176 10 -
CMYK 0.64 0 0.94 0.31
HSL 100.48º 0.89% 0.36% -
HSV(B) 100.48º 0.94% 0.69% -
XYZ 17.69 32.16 5.56 -
YUV 123.59 63.89 85.5 -
System Red Green Blue C M Y K H S L
Decimal 64 176 10 0.64 0 0.94 0.31 100.48 0.89 0.36
Hex 40 B0 A 40 0 5E 1F 64 59 24
Octal 100 260 12 100 0 136 37 144 131 44
Binary 1000000 10110000 1010 1000000 0 1011110 11111 1100100 1011001 100100

Color Harmonies of #40B00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B00A

Black with #40B00A

Text Example


Text Example

White with #40B00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,176,10); }

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

background-color css

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

 a { background-color: rgb(64,176,10); }

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

border-color css

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

 span { border-color: rgb(64,176,10); }

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