Html Css Color HEX #4AA30D Kelly Green

📋 copy color: '#4AA30D'

red 74 ◦ green 163 ◦ blue 13

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

Shades of Kelly Green #4AA30D

Tints of Kelly Green #4AA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 65.2%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 29.6%
G = 65.2%
B = 5.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#4AA30D (or 0x4AA30D) is known color: Kelly Green. HEX triplet: 4A, A3 and 0D. RGB value is (74,163,13). Sum of RGB (Red+Green+Blue) = 74+163+13=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA30D is #B55CF2. Grayscale: #777777. Windows color (decimal): -11885811 or 893770. OLE color: 893770.

HSL color Cylindrical-coordinate representation of color #4AA30D: hue angle of 95.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AA30D is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 163 13 -
CMYK 0.55 0 0.92 0.36
HSL 95.6º 0.85% 0.35% -
HSV(B) 95.6º 0.92% 0.64% -
XYZ 15.99 27.68 4.88 -
YUV 119.29 68.01 95.7 -
System Red Green Blue C M Y K H S L
Decimal 74 163 13 0.55 0 0.92 0.36 95.6 0.85 0.35
Hex 4A A3 D 37 0 5C 24 60 55 23
Octal 112 243 15 67 0 134 44 140 125 43
Binary 1001010 10100011 1101 110111 0 1011100 100100 1100000 1010101 100011

Color Harmonies of #4AA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA30D

Black with #4AA30D

Text Example


Text Example

White with #4AA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,163,13); }

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

background-color css

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

 a { background-color: rgb(74,163,13); }

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

border-color css

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

 span { border-color: rgb(74,163,13); }

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