Html Css Color HEX #4AAD0D Kelly Green

📋 copy color: '#4AAD0D'

red 74 ◦ green 173 ◦ blue 13

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

Shades of Kelly Green #4AAD0D

Tints of Kelly Green #4AAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 66.54%

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

R = 28.46%
G = 66.54%
B = 5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#4AAD0D (or 0x4AAD0D) is known color: Kelly Green. HEX triplet: 4A, AD and 0D. RGB value is (74,173,13). Sum of RGB (Red+Green+Blue) = 74+173+13=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAD0D is #B552F2. Grayscale: #7D7D7D. Windows color (decimal): -11883251 or 896330. OLE color: 896330.

HSL color Cylindrical-coordinate representation of color #4AAD0D: hue angle of 97.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AAD0D is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 13 -
CMYK 0.57 0 0.92 0.32
HSL 97.13º 0.86% 0.36% -
HSV(B) 97.13º 0.92% 0.68% -
XYZ 17.84 31.37 5.5 -
YUV 125.16 64.7 91.51 -
System Red Green Blue C M Y K H S L
Decimal 74 173 13 0.57 0 0.92 0.32 97.13 0.86 0.36
Hex 4A AD D 39 0 5C 20 61 56 24
Octal 112 255 15 71 0 134 40 141 126 44
Binary 1001010 10101101 1101 111001 0 1011100 100000 1100001 1010110 100100

Color Harmonies of #4AAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD0D

Black with #4AAD0D

Text Example


Text Example

White with #4AAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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