#46CA98

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

Shades of Shamrock #46CA98

Tints of Shamrock #46CA98

Color information

#46CA98 (or 0x46CA98) is unknown color: approx Shamrock. HEX triplet: 46, CA and 98. RGB value is (70,202,152). Sum of RGB (Red+Green+Blue) = 70+202+152=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CA98 is #B93567. Grayscale: #9C9C9C. Windows color (decimal): -12137832 or 10013254. OLE color: 10013254.

HSL color Cylindrical-coordinate representation of color #46CA98: hue angle of 157.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA98 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB70202152-
CMYK0.6500.250.21
HSL157.27º55.46%53.33%-
HSV(B)157.27º65.35%79.22%-
XYZ29.3145.8137-
YUV156.83125.2766.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.51%
GREEN value IS 202 (79.30% from 255) = 47.64%
BLUE value IS 152 (59.77% from 255) = 35.85%
R=16.51%
G=47.64%
B=35.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal702021520.6500.250.21157.2755.4653.33
Hex46CA9841019159d3735
Octal106312230101031252356765
Binary1000110110010101001100010000010110011010110011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46CA98; }

 p { color: rgb(70,202,152); }

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

<style>
 a { background-color: #46CA98; }

 a { background-color: rgb(70,202,152); }

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

<style>
 span { border-color: #46CA98; }

 span { border-color: rgb(70,202,152); }

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