Html Css Color HEX #4AC40F Kelly Green

📋 copy color: '#4AC40F'

red 74 ◦ green 196 ◦ blue 15

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

Shades of Kelly Green #4AC40F

Tints of Kelly Green #4AC40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 68.77%

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 25.96%
G = 68.77%
B = 5.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#4AC40F (or 0x4AC40F) is known color: Kelly Green. HEX triplet: 4A, C4 and 0F. RGB value is (74,196,15). Sum of RGB (Red+Green+Blue) = 74+196+15=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC40F is #B53BF0. Grayscale: #8B8B8B. Windows color (decimal): -11877361 or 1033290. OLE color: 1033290.

HSL color Cylindrical-coordinate representation of color #4AC40F: hue angle of 100.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AC40F is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 196 15 -
CMYK 0.62 0 0.92 0.23
HSL 100.44º 0.86% 0.41% -
HSV(B) 100.44º 0.92% 0.77% -
XYZ 22.65 40.97 7.17 -
YUV 138.89 58.08 81.72 -
System Red Green Blue C M Y K H S L
Decimal 74 196 15 0.62 0 0.92 0.23 100.44 0.86 0.41
Hex 4A C4 F 3E 0 5C 17 64 56 29
Octal 112 304 17 76 0 134 27 144 126 51
Binary 1001010 11000100 1111 111110 0 1011100 10111 1100100 1010110 101001

Color Harmonies of #4AC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC40F

Black with #4AC40F

Text Example


Text Example

White with #4AC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,196,15); }

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

background-color css

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

 a { background-color: rgb(74,196,15); }

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

border-color css

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

 span { border-color: rgb(74,196,15); }

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