Html Css Color HEX #4AC320 Kelly Green

📋 copy color: '#4AC320'

red 74 ◦ green 195 ◦ blue 32

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

Shades of Kelly Green #4AC320

Tints of Kelly Green #4AC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 24.58%
G = 64.78%
B = 10.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#4AC320 (or 0x4AC320) is known color: Kelly Green. HEX triplet: 4A, C3 and 20. RGB value is (74,195,32). Sum of RGB (Red+Green+Blue) = 74+195+32=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC320 is #B53CDF. Grayscale: #8C8C8C. Windows color (decimal): -11877600 or 2147146. OLE color: 2147146.

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

Color convert

RGB 74 195 32 -
CMYK 0.62 0 0.84 0.24
HSL 104.54º 0.72% 0.45% -
HSV(B) 104.54º 0.84% 0.76% -
XYZ 22.6 40.59 8.01 -
YUV 140.24 66.91 80.75 -
System Red Green Blue C M Y K H S L
Decimal 74 195 32 0.62 0 0.84 0.24 104.54 0.72 0.45
Hex 4A C3 20 3E 0 54 18 69 48 2D
Octal 112 303 40 76 0 124 30 151 110 55
Binary 1001010 11000011 100000 111110 0 1010100 11000 1101001 1001000 101101

Color Harmonies of #4AC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC320

Black with #4AC320

Text Example


Text Example

White with #4AC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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