Html Css Color HEX #4AC01C Kelly Green

📋 copy color: '#4AC01C'

red 74 ◦ green 192 ◦ blue 28

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

Shades of Kelly Green #4AC01C

Tints of Kelly Green #4AC01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.31%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 25.17%
G = 65.31%
B = 9.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#4AC01C (or 0x4AC01C) is known color: Kelly Green. HEX triplet: 4A, C0 and 1C. RGB value is (74,192,28). Sum of RGB (Red+Green+Blue) = 74+192+28=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC01C is #B53FE3. Grayscale: #8A8A8A. Windows color (decimal): -11878372 or 1884234. OLE color: 1884234.

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

Color convert

RGB 74 192 28 -
CMYK 0.61 0 0.85 0.25
HSL 103.17º 0.75% 0.43% -
HSV(B) 103.17º 0.85% 0.75% -
XYZ 21.88 39.24 7.52 -
YUV 138.02 65.91 82.34 -
System Red Green Blue C M Y K H S L
Decimal 74 192 28 0.61 0 0.85 0.25 103.17 0.75 0.43
Hex 4A C0 1C 3D 0 55 19 67 4B 2B
Octal 112 300 34 75 0 125 31 147 113 53
Binary 1001010 11000000 11100 111101 0 1010101 11001 1100111 1001011 101011

Color Harmonies of #4AC01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC01C

Black with #4AC01C

Text Example


Text Example

White with #4AC01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,28); }

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

background-color css

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

 a { background-color: rgb(74,192,28); }

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

border-color css

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

 span { border-color: rgb(74,192,28); }

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