#35F18A

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

Shades of Shamrock #35F18A

Tints of Shamrock #35F18A

Color information

#35F18A (or 0x35F18A) is unknown color: approx Shamrock. HEX triplet: 35, F1 and 8A. RGB value is (53,241,138). Sum of RGB (Red+Green+Blue) = 53+241+138=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #35F18A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F18A is #CA0E75. Grayscale: #ADADAD. Windows color (decimal): -13241974 or 9105717. OLE color: 9105717.

HSL color Cylindrical-coordinate representation of color #35F18A: hue angle of 147.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F18A is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB53241138-
CMYK0.7800.430.05
HSL147.13º87.04%57.65%-
HSV(B)147.13º78.01%94.51%-
XYZ37.5165.534.71-
YUV173.05108.2242.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 241 (94.53% from 255) = 55.79%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=12.27%
G=55.79%
B=31.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532411380.7800.430.05147.1387.0457.65
Hex35F18A4E02B593573a
Octal65361212116053522312772
Binary110101111100011000101010011100101011101100100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35F18A; }

 p { color: rgb(53,241,138); }

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

<style>
 a { background-color: #35F18A; }

 a { background-color: rgb(53,241,138); }

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

<style>
 span { border-color: #35F18A; }

 span { border-color: rgb(53,241,138); }

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