Html Css Color HEX #4ABA10 Kelly Green

📋 copy color: '#4ABA10'

red 74 ◦ green 186 ◦ blue 16

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

Shades of Kelly Green #4ABA10

Tints of Kelly Green #4ABA10

RGB

 RED value IS 74 (29.3% from 255) = 26.81%

 GREEN value IS 186 (73.05% from 255) = 67.39%

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

R = 26.81%
G = 67.39%
B = 5.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#4ABA10 (or 0x4ABA10) is known color: Kelly Green. HEX triplet: 4A, BA and 10. RGB value is (74,186,16). Sum of RGB (Red+Green+Blue) = 74+186+16=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABA10 is #B545EF. Grayscale: #858585. Windows color (decimal): -11879920 or 1096266. OLE color: 1096266.

HSL color Cylindrical-coordinate representation of color #4ABA10: hue angle of 99.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ABA10 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 186 16 -
CMYK 0.60 0 0.91 0.27
HSL 99.53º 0.84% 0.4% -
HSV(B) 99.53º 0.91% 0.73% -
XYZ 20.48 36.61 6.48 -
YUV 133.13 61.89 85.82 -
System Red Green Blue C M Y K H S L
Decimal 74 186 16 0.60 0 0.91 0.27 99.53 0.84 0.4
Hex 4A BA 10 3C 0 5B 1B 64 54 28
Octal 112 272 20 74 0 133 33 144 124 50
Binary 1001010 10111010 10000 111100 0 1011011 11011 1100100 1010100 101000

Color Harmonies of #4ABA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA10

Black with #4ABA10

Text Example


Text Example

White with #4ABA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABA10; }

 p { color: rgb(74,186,16); }

 H1.HeaderClassName
 {
   color: #4ABA10;
 }
 .AnyTagClassName
 {
   color: #4ABA10;
 }
</style>

background-color css

<style>
 a { background-color: #4ABA10; }

 a { background-color: rgb(74,186,16); }

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

border-color css

<style>
 span { border-color: #4ABA10; }

 span { border-color: rgb(74,186,16); }

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