Html Css Color HEX #4AA714 Kelly Green

📋 copy color: '#4AA714'

red 74 ◦ green 167 ◦ blue 20

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

Shades of Kelly Green #4AA714

Tints of Kelly Green #4AA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 63.98%

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

R = 28.35%
G = 63.98%
B = 7.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#4AA714 (or 0x4AA714) is known color: Kelly Green. HEX triplet: 4A, A7 and 14. RGB value is (74,167,20). Sum of RGB (Red+Green+Blue) = 74+167+20=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 167 (65.62% from 255 or 63.98% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA714 is #B558EB. Grayscale: #7A7A7A. Windows color (decimal): -11884780 or 1353546. OLE color: 1353546.

HSL color Cylindrical-coordinate representation of color #4AA714: hue angle of 97.96º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AA714 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 167 20 -
CMYK 0.56 0 0.88 0.35
HSL 97.96º 0.79% 0.37% -
HSV(B) 97.96º 0.88% 0.65% -
XYZ 16.77 29.14 5.4 -
YUV 122.44 70.19 93.45 -
System Red Green Blue C M Y K H S L
Decimal 74 167 20 0.56 0 0.88 0.35 97.96 0.79 0.37
Hex 4A A7 14 38 0 58 23 62 4F 25
Octal 112 247 24 70 0 130 43 142 117 45
Binary 1001010 10100111 10100 111000 0 1011000 100011 1100010 1001111 100101

Color Harmonies of #4AA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA714

Black with #4AA714

Text Example


Text Example

White with #4AA714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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