Html Css Color HEX #3AC116 Kelly Green

📋 copy color: '#3AC116'

red 58 ◦ green 193 ◦ blue 22

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

Shades of Kelly Green #3AC116

Tints of Kelly Green #3AC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.7%

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

R = 21.25%
G = 70.7%
B = 8.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#3AC116 (or 0x3AC116) is known color: Kelly Green. HEX triplet: 3A, C1 and 16. RGB value is (58,193,22). Sum of RGB (Red+Green+Blue) = 58+193+22=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC116 is #C53EE9. Grayscale: #858585. Windows color (decimal): -12926698 or 1491258. OLE color: 1491258.

HSL color Cylindrical-coordinate representation of color #3AC116: hue angle of 107.37º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AC116 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 193 22 -
CMYK 0.70 0 0.89 0.24
HSL 107.37º 0.8% 0.42% -
HSV(B) 107.37º 0.89% 0.76% -
XYZ 20.96 39.1 7.2 -
YUV 133.14 65.27 74.4 -
System Red Green Blue C M Y K H S L
Decimal 58 193 22 0.70 0 0.89 0.24 107.37 0.8 0.42
Hex 3A C1 16 46 0 59 18 6B 50 2A
Octal 72 301 26 106 0 131 30 153 120 52
Binary 111010 11000001 10110 1000110 0 1011001 11000 1101011 1010000 101010

Color Harmonies of #3AC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC116

Black with #3AC116

Text Example


Text Example

White with #3AC116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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