#3AF885

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

Shades of Shamrock #3AF885

Tints of Shamrock #3AF885

Color information

#3AF885 (or 0x3AF885) is unknown color: approx Shamrock. HEX triplet: 3A, F8 and 85. RGB value is (58,248,133). Sum of RGB (Red+Green+Blue) = 58+248+133=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF885 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF885 is #C5077A. Grayscale: #B2B2B2. Windows color (decimal): -12912507 or 8779834. OLE color: 8779834.

HSL color Cylindrical-coordinate representation of color #3AF885: hue angle of 143.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF885 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB58248133-
CMYK0.7700.460.03
HSL143.68º93.14%60%-
HSV(B)143.68º76.61%97.25%-
XYZ39.5569.7333.56-
YUV178.08102.5542.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.21%
GREEN value IS 248 (97.27% from 255) = 56.49%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=13.21%
G=56.49%
B=30.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582481330.7700.460.03143.6893.1460
Hex3AF8854D02E3905d3c
Octal72370205115056322013574
Binary11101011111000100001011001101010111011100100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,248,133); }

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

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

 a { background-color: rgb(58,248,133); }

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

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

 span { border-color: rgb(58,248,133); }

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