Html Css Color HEX #4AAA0B Kelly Green

📋 copy color: '#4AAA0B'

red 74 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #4AAA0B

Tints of Kelly Green #4AAA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 66.67%

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 29.02%
G = 66.67%
B = 4.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#4AAA0B (or 0x4AAA0B) is known color: Kelly Green. HEX triplet: 4A, AA and 0B. RGB value is (74,170,11). Sum of RGB (Red+Green+Blue) = 74+170+11=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAA0B is #B555F4. Grayscale: #7B7B7B. Windows color (decimal): -11884021 or 764490. OLE color: 764490.

HSL color Cylindrical-coordinate representation of color #4AAA0B: hue angle of 96.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4AAA0B is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 11 -
CMYK 0.56 0 0.94 0.33
HSL 96.23º 0.88% 0.35% -
HSV(B) 96.23º 0.94% 0.67% -
XYZ 17.26 30.23 5.24 -
YUV 123.17 64.7 92.93 -
System Red Green Blue C M Y K H S L
Decimal 74 170 11 0.56 0 0.94 0.33 96.23 0.88 0.35
Hex 4A AA B 38 0 5E 21 60 58 23
Octal 112 252 13 70 0 136 41 140 130 43
Binary 1001010 10101010 1011 111000 0 1011110 100001 1100000 1011000 100011

Color Harmonies of #4AAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA0B

Black with #4AAA0B

Text Example


Text Example

White with #4AAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,11); }

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

background-color css

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

 a { background-color: rgb(74,170,11); }

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

border-color css

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

 span { border-color: rgb(74,170,11); }

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