#3AF99C

Color #3AF99C Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3AF99C

Tints of Shamrock #3AF99C

Color information

#3AF99C (or 0x3AF99C) is unknown color: approx Shamrock. HEX triplet: 3A, F9 and 9C. RGB value is (58,249,156). Sum of RGB (Red+Green+Blue) = 58+249+156=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF99C is #C50663. Grayscale: #B5B5B5. Windows color (decimal): -12912228 or 10287418. OLE color: 10287418.

HSL color Cylindrical-coordinate representation of color #3AF99C: hue angle of 150.79º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF99C is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB58249156-
CMYK0.7700.370.02
HSL150.79º94.09%60.2%-
HSV(B)150.79º76.71%97.65%-
XYZ41.6271.0542.97-
YUV181.29113.7240.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.53%
GREEN value IS 249 (97.66% from 255) = 53.78%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=12.53%
G=53.78%
B=33.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582491560.7700.370.02150.7994.0960.2
Hex3AF99C4D0252975e3c
Octal72371234115045222713674
Binary11101011111001100111001001101010010110100101111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,249,156); }

 H1.HeaderClassName
 {
   color: #3AF99C;
 }
 .AnyTagClassName
 {
   color: #3AF99C;
 }
</style>
background-color css

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

 a { background-color: rgb(58,249,156); }

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

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

 span { border-color: rgb(58,249,156); }

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