#3aff98

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

Shades of Shamrock #3AFF98

Tints of Shamrock #3AFF98

Color information

#3AFF98 (or 0x3AFF98) is unknown color: approx Shamrock. HEX triplet: 3A, FF and 98. RGB value is (58,255,152). Sum of RGB (Red+Green+Blue) = 58+255+152=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF98 is #C50067. Grayscale: #B8B8B8. Windows color (decimal): -12910696 or 10026810. OLE color: 10026810.

HSL color Cylindrical-coordinate representation of color #3AFF98: hue angle of 148.63º 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 #3AFF98 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB58255152-
CMYK0.7700.400
HSL148.63º100%61.37%-
HSV(B)148.63º77.25%100%-
XYZ43.1774.6941.85-
YUV184.36109.7337.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.47%
GREEN value IS 255 (100% from 255) = 54.84%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=12.47%
G=54.84%
B=32.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582551520.7700.400148.6310061.37
Hex3AFF984D028095643d
Octal72377230115050022514475
Binary1110101111111110011000100110101010000100101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aff98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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