Html Css Color HEX #4AC414 Kelly Green

📋 copy color: '#4AC414'

red 74 ◦ green 196 ◦ blue 20

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

Shades of Kelly Green #4AC414

Tints of Kelly Green #4AC414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 25.52%
G = 67.59%
B = 6.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#4AC414 (or 0x4AC414) is known color: Kelly Green. HEX triplet: 4A, C4 and 14. RGB value is (74,196,20). Sum of RGB (Red+Green+Blue) = 74+196+20=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 196 (76.95% from 255 or 67.59% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC414 is #B53BEB. Grayscale: #8C8C8C. Windows color (decimal): -11877356 or 1360970. OLE color: 1360970.

HSL color Cylindrical-coordinate representation of color #4AC414: hue angle of 101.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AC414 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 196 20 -
CMYK 0.62 0 0.90 0.23
HSL 101.59º 0.81% 0.42% -
HSV(B) 101.59º 0.9% 0.77% -
XYZ 22.69 40.99 7.38 -
YUV 139.46 60.58 81.31 -
System Red Green Blue C M Y K H S L
Decimal 74 196 20 0.62 0 0.90 0.23 101.59 0.81 0.42
Hex 4A C4 14 3E 0 5A 17 66 51 2A
Octal 112 304 24 76 0 132 27 146 121 52
Binary 1001010 11000100 10100 111110 0 1011010 10111 1100110 1010001 101010

Color Harmonies of #4AC414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC414

Black with #4AC414

Text Example


Text Example

White with #4AC414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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