Html Css Color HEX #4AC708 Kelly Green

📋 copy color: '#4AC708'

red 74 ◦ green 199 ◦ blue 8

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

Shades of Kelly Green #4AC708

Tints of Kelly Green #4AC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 70.82%

 BLUE value IS 8 (3.52% from 255) = 2.85%

R = 26.33%
G = 70.82%
B = 2.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#4AC708 (or 0x4AC708) is known color: Kelly Green. HEX triplet: 4A, C7 and 08. RGB value is (74,199,8). Sum of RGB (Red+Green+Blue) = 74+199+8=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 199 (78.12% from 255 or 70.82% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 199 - color contains mainly: green. Hex color #4AC708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC708 is #B538F7. Grayscale: #8C8C8C. Windows color (decimal): -11876600 or 575306. OLE color: 575306.

HSL color Cylindrical-coordinate representation of color #4AC708: hue angle of 99.27º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AC708 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 74 199 8 -
CMYK 0.63 0 0.96 0.22
HSL 99.27º 0.92% 0.41% -
HSV(B) 99.27º 0.96% 0.78% -
XYZ 23.29 42.32 7.17 -
YUV 139.85 53.59 81.03 -
System Red Green Blue C M Y K H S L
Decimal 74 199 8 0.63 0 0.96 0.22 99.27 0.92 0.41
Hex 4A C7 8 3F 0 60 16 63 5C 29
Octal 112 307 10 77 0 140 26 143 134 51
Binary 1001010 11000111 1000 111111 0 1100000 10110 1100011 1011100 101001

Color Harmonies of #4AC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC708

Black with #4AC708

Text Example


Text Example

White with #4AC708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,199,8); }

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

background-color css

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

 a { background-color: rgb(74,199,8); }

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

border-color css

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

 span { border-color: rgb(74,199,8); }

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