Html Css Color HEX #4AC914 Kelly Green

📋 copy color: '#4AC914'

red 74 ◦ green 201 ◦ blue 20

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

Shades of Kelly Green #4AC914

Tints of Kelly Green #4AC914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.14%

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

R = 25.08%
G = 68.14%
B = 6.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#4AC914 (or 0x4AC914) is known color: Kelly Green. HEX triplet: 4A, C9 and 14. RGB value is (74,201,20). Sum of RGB (Red+Green+Blue) = 74+201+20=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC914 is #B536EB. Grayscale: #8E8E8E. Windows color (decimal): -11876076 or 1362250. OLE color: 1362250.

HSL color Cylindrical-coordinate representation of color #4AC914: hue angle of 102.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AC914 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 201 20 -
CMYK 0.63 0 0.90 0.21
HSL 102.1º 0.82% 0.43% -
HSV(B) 102.1º 0.9% 0.79% -
XYZ 23.84 43.28 7.76 -
YUV 142.39 58.92 79.22 -
System Red Green Blue C M Y K H S L
Decimal 74 201 20 0.63 0 0.90 0.21 102.1 0.82 0.43
Hex 4A C9 14 3F 0 5A 15 66 52 2B
Octal 112 311 24 77 0 132 25 146 122 53
Binary 1001010 11001001 10100 111111 0 1011010 10101 1100110 1010010 101011

Color Harmonies of #4AC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC914

Black with #4AC914

Text Example


Text Example

White with #4AC914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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