Html Css Color HEX #3AA012 Kelly Green

📋 copy color: '#3AA012'

red 58 ◦ green 160 ◦ blue 18

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

Shades of Kelly Green #3AA012

Tints of Kelly Green #3AA012

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.8%

 BLUE value IS 18 (7.42% from 255) = 7.63%

R = 24.58%
G = 67.8%
B = 7.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#3AA012 (or 0x3AA012) is known color: Kelly Green. HEX triplet: 3A, A0 and 12. RGB value is (58,160,18). Sum of RGB (Red+Green+Blue) = 58+160+18=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA012 is #C55FED. Grayscale: #717171. Windows color (decimal): -12935150 or 1220666. OLE color: 1220666.

HSL color Cylindrical-coordinate representation of color #3AA012: hue angle of 103.1º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AA012 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 58 160 18 -
CMYK 0.64 0 0.89 0.37
HSL 103.1º 0.8% 0.35% -
HSV(B) 103.1º 0.89% 0.63% -
XYZ 14.42 26.08 4.85 -
YUV 113.31 74.21 88.55 -
System Red Green Blue C M Y K H S L
Decimal 58 160 18 0.64 0 0.89 0.37 103.1 0.8 0.35
Hex 3A A0 12 40 0 59 25 67 50 23
Octal 72 240 22 100 0 131 45 147 120 43
Binary 111010 10100000 10010 1000000 0 1011001 100101 1100111 1010000 100011

Color Harmonies of #3AA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA012

Black with #3AA012

Text Example


Text Example

White with #3AA012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,160,18); }

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

background-color css

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

 a { background-color: rgb(58,160,18); }

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

border-color css

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

 span { border-color: rgb(58,160,18); }

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