#3AFC9A

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

Shades of Shamrock #3AFC9A

Tints of Shamrock #3AFC9A

Color information

#3AFC9A (or 0x3AFC9A) is unknown color: approx Shamrock. HEX triplet: 3A, FC and 9A. RGB value is (58,252,154). Sum of RGB (Red+Green+Blue) = 58+252+154=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFC9A is #C50365. Grayscale: #B7B7B7. Windows color (decimal): -12911462 or 10157114. OLE color: 10157114.

HSL color Cylindrical-coordinate representation of color #3AFC9A: hue angle of 149.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC9A is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB58252154-
CMYK0.7700.390.01
HSL149.69º97%60.78%-
HSV(B)149.69º76.98%98.82%-
XYZ42.3972.8542.4-
YUV182.82111.7338.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.5%
GREEN value IS 252 (98.83% from 255) = 54.31%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=12.5%
G=54.31%
B=33.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal582521540.7700.390.01149.699760.78
Hex3AFC9A4D027196613d
Octal72374232115047122614175
Binary1110101111110010011010100110101001111100101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,252,154); }

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

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

 a { background-color: rgb(58,252,154); }

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

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

 span { border-color: rgb(58,252,154); }

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