Html Css Color HEX #3AA412 Kelly Green

📋 copy color: '#3AA412'

red 58 ◦ green 164 ◦ blue 18

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

Shades of Kelly Green #3AA412

Tints of Kelly Green #3AA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 68.33%

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

R = 24.17%
G = 68.33%
B = 7.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#3AA412 (or 0x3AA412) is known color: Kelly Green. HEX triplet: 3A, A4 and 12. RGB value is (58,164,18). Sum of RGB (Red+Green+Blue) = 58+164+18=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA412 is #C55BED. Grayscale: #747474. Windows color (decimal): -12934126 or 1221690. OLE color: 1221690.

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

Color convert

RGB 58 164 18 -
CMYK 0.65 0 0.89 0.36
HSL 103.56º 0.8% 0.36% -
HSV(B) 103.56º 0.89% 0.64% -
XYZ 15.13 27.49 5.08 -
YUV 115.66 72.88 86.87 -
System Red Green Blue C M Y K H S L
Decimal 58 164 18 0.65 0 0.89 0.36 103.56 0.8 0.36
Hex 3A A4 12 41 0 59 24 68 50 24
Octal 72 244 22 101 0 131 44 150 120 44
Binary 111010 10100100 10010 1000001 0 1011001 100100 1101000 1010000 100100

Color Harmonies of #3AA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA412

Black with #3AA412

Text Example


Text Example

White with #3AA412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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