Html Css Color HEX #4ABF12 Kelly Green

📋 copy color: '#4ABF12'

red 74 ◦ green 191 ◦ blue 18

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

Shades of Kelly Green #4ABF12

Tints of Kelly Green #4ABF12

RGB

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

 GREEN value IS 191 (75% from 255) = 67.49%

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 26.15%
G = 67.49%
B = 6.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#4ABF12 (or 0x4ABF12) is known color: Kelly Green. HEX triplet: 4A, BF and 12. RGB value is (74,191,18). Sum of RGB (Red+Green+Blue) = 74+191+18=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABF12 is #B540ED. Grayscale: #888888. Windows color (decimal): -11878638 or 1228618. OLE color: 1228618.

HSL color Cylindrical-coordinate representation of color #4ABF12: hue angle of 100.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4ABF12 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 18 -
CMYK 0.61 0 0.91 0.25
HSL 100.58º 0.83% 0.41% -
HSV(B) 100.58º 0.91% 0.75% -
XYZ 21.56 38.76 6.92 -
YUV 136.3 61.24 83.57 -
System Red Green Blue C M Y K H S L
Decimal 74 191 18 0.61 0 0.91 0.25 100.58 0.83 0.41
Hex 4A BF 12 3D 0 5B 19 65 53 29
Octal 112 277 22 75 0 133 31 145 123 51
Binary 1001010 10111111 10010 111101 0 1011011 11001 1100101 1010011 101001

Color Harmonies of #4ABF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF12

Black with #4ABF12

Text Example


Text Example

White with #4ABF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,191,18); }

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

background-color css

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

 a { background-color: rgb(74,191,18); }

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

border-color css

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

 span { border-color: rgb(74,191,18); }

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