Html Css Color HEX #4AC00F Kelly Green

📋 copy color: '#4AC00F'

red 74 ◦ green 192 ◦ blue 15

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

Shades of Kelly Green #4AC00F

Tints of Kelly Green #4AC00F

RGB

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

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

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

R = 26.33%
G = 68.33%
B = 5.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#4AC00F (or 0x4AC00F) is known color: Kelly Green. HEX triplet: 4A, C0 and 0F. RGB value is (74,192,15). Sum of RGB (Red+Green+Blue) = 74+192+15=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC00F is #B53FF0. Grayscale: #898989. Windows color (decimal): -11878385 or 1032266. OLE color: 1032266.

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

Color convert

RGB 74 192 15 -
CMYK 0.61 0 0.92 0.25
HSL 100º 0.86% 0.41% -
HSV(B) 100º 0.92% 0.75% -
XYZ 21.76 39.19 6.87 -
YUV 136.54 59.41 83.39 -
System Red Green Blue C M Y K H S L
Decimal 74 192 15 0.61 0 0.92 0.25 100 0.86 0.41
Hex 4A C0 F 3D 0 5C 19 64 56 29
Octal 112 300 17 75 0 134 31 144 126 51
Binary 1001010 11000000 1111 111101 0 1011100 11001 1100100 1010110 101001

Color Harmonies of #4AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC00F

Black with #4AC00F

Text Example


Text Example

White with #4AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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