Html Css Color HEX #3AAA16 Kelly Green

📋 copy color: '#3AAA16'

red 58 ◦ green 170 ◦ blue 22

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

Shades of Kelly Green #3AAA16

Tints of Kelly Green #3AAA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 23.2%
G = 68%
B = 8.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#3AAA16 (or 0x3AAA16) is known color: Kelly Green. HEX triplet: 3A, AA and 16. RGB value is (58,170,22). Sum of RGB (Red+Green+Blue) = 58+170+22=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA16 is #C555E9. Grayscale: #787878. Windows color (decimal): -12932586 or 1485370. OLE color: 1485370.

HSL color Cylindrical-coordinate representation of color #3AAA16: hue angle of 105.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AAA16 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 170 22 -
CMYK 0.66 0 0.87 0.33
HSL 105.41º 0.77% 0.38% -
HSV(B) 105.41º 0.87% 0.67% -
XYZ 16.26 29.71 5.64 -
YUV 119.64 72.89 84.03 -
System Red Green Blue C M Y K H S L
Decimal 58 170 22 0.66 0 0.87 0.33 105.41 0.77 0.38
Hex 3A AA 16 42 0 57 21 69 4D 26
Octal 72 252 26 102 0 127 41 151 115 46
Binary 111010 10101010 10110 1000010 0 1010111 100001 1101001 1001101 100110

Color Harmonies of #3AAA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA16

Black with #3AAA16

Text Example


Text Example

White with #3AAA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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