Html Css Color HEX #3AAC12 Kelly Green

📋 copy color: '#3AAC12'

red 58 ◦ green 172 ◦ blue 18

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

Shades of Kelly Green #3AAC12

Tints of Kelly Green #3AAC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 69.35%

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

R = 23.39%
G = 69.35%
B = 7.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#3AAC12 (or 0x3AAC12) is known color: Kelly Green. HEX triplet: 3A, AC and 12. RGB value is (58,172,18). Sum of RGB (Red+Green+Blue) = 58+172+18=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC12 is #C553ED. Grayscale: #787878. Windows color (decimal): -12932078 or 1223738. OLE color: 1223738.

HSL color Cylindrical-coordinate representation of color #3AAC12: hue angle of 104.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AAC12 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 18 -
CMYK 0.66 0 0.90 0.33
HSL 104.42º 0.81% 0.37% -
HSV(B) 104.42º 0.9% 0.67% -
XYZ 16.61 30.45 5.57 -
YUV 120.36 70.23 83.52 -
System Red Green Blue C M Y K H S L
Decimal 58 172 18 0.66 0 0.90 0.33 104.42 0.81 0.37
Hex 3A AC 12 42 0 5A 21 68 51 25
Octal 72 254 22 102 0 132 41 150 121 45
Binary 111010 10101100 10010 1000010 0 1011010 100001 1101000 1010001 100101

Color Harmonies of #3AAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC12

Black with #3AAC12

Text Example


Text Example

White with #3AAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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