#3aff96

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

Shades of Shamrock #3AFF96

Tints of Shamrock #3AFF96

Color information

#3AFF96 (or 0x3AFF96) is unknown color: approx Shamrock. HEX triplet: 3A, FF and 96. RGB value is (58,255,150). Sum of RGB (Red+Green+Blue) = 58+255+150=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF96 is #C50069. Grayscale: #B8B8B8. Windows color (decimal): -12910698 or 9895738. OLE color: 9895738.

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

Color convert

RGB58255150-
CMYK0.7700.410
HSL148.02º100%61.37%-
HSV(B)148.02º77.25%100%-
XYZ43.0174.6240.99-
YUV184.13108.7338.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.53%
GREEN value IS 255 (100% from 255) = 55.08%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=12.53%
G=55.08%
B=32.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582551500.7700.410148.0210061.37
Hex3AFF964D029094643d
Octal72377226115051022414475
Binary1110101111111110010110100110101010010100101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aff96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,255,150); }

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

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

 a { background-color: rgb(58,255,150); }

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

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

 span { border-color: rgb(58,255,150); }

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