Html Css Color HEX #3AAA0B Kelly Green

📋 copy color: '#3AAA0B'

red 58 ◦ green 170 ◦ blue 11

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

Shades of Kelly Green #3AAA0B

Tints of Kelly Green #3AAA0B

RGB

 RED value IS 58 (23.05% from 255) = 24.27%

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

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

R = 24.27%
G = 71.13%
B = 4.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#3AAA0B (or 0x3AAA0B) is known color: Kelly Green. HEX triplet: 3A, AA and 0B. RGB value is (58,170,11). Sum of RGB (Red+Green+Blue) = 58+170+11=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA0B is #C555F4. Grayscale: #767676. Windows color (decimal): -12932597 or 764474. OLE color: 764474.

HSL color Cylindrical-coordinate representation of color #3AAA0B: hue angle of 102.26º 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 #3AAA0B is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 170 11 -
CMYK 0.66 0 0.94 0.33
HSL 102.26º 0.88% 0.35% -
HSV(B) 102.26º 0.94% 0.67% -
XYZ 16.18 29.67 5.19 -
YUV 118.39 67.39 84.93 -
System Red Green Blue C M Y K H S L
Decimal 58 170 11 0.66 0 0.94 0.33 102.26 0.88 0.35
Hex 3A AA B 42 0 5E 21 66 58 23
Octal 72 252 13 102 0 136 41 146 130 43
Binary 111010 10101010 1011 1000010 0 1011110 100001 1100110 1011000 100011

Color Harmonies of #3AAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA0B

Black with #3AAA0B

Text Example


Text Example

White with #3AAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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