Html Css Color HEX #4AC308 Kelly Green

📋 copy color: '#4AC308'

red 74 ◦ green 195 ◦ blue 8

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

Shades of Kelly Green #4AC308

Tints of Kelly Green #4AC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.4%

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

R = 26.71%
G = 70.4%
B = 2.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#4AC308 (or 0x4AC308) is known color: Kelly Green. HEX triplet: 4A, C3 and 08. RGB value is (74,195,8). Sum of RGB (Red+Green+Blue) = 74+195+8=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC308 is #B53CF7. Grayscale: #8A8A8A. Windows color (decimal): -11877624 or 574282. OLE color: 574282.

HSL color Cylindrical-coordinate representation of color #4AC308: hue angle of 98.82º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4AC308 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 195 8 -
CMYK 0.62 0 0.96 0.24
HSL 98.82º 0.92% 0.4% -
HSV(B) 98.82º 0.96% 0.76% -
XYZ 22.38 40.5 6.87 -
YUV 137.5 54.91 82.71 -
System Red Green Blue C M Y K H S L
Decimal 74 195 8 0.62 0 0.96 0.24 98.82 0.92 0.4
Hex 4A C3 8 3E 0 60 18 63 5C 28
Octal 112 303 10 76 0 140 30 143 134 50
Binary 1001010 11000011 1000 111110 0 1100000 11000 1100011 1011100 101000

Color Harmonies of #4AC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC308

Black with #4AC308

Text Example


Text Example

White with #4AC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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