#35FF9E

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

Shades of Shamrock #35FF9E

Tints of Shamrock #35FF9E

Color information

#35FF9E (or 0x35FF9E) is unknown color: approx Shamrock. HEX triplet: 35, FF and 9E. RGB value is (53,255,158). Sum of RGB (Red+Green+Blue) = 53+255+158=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FF9E is #CA0061. Grayscale: #B7B7B7. Windows color (decimal): -13238370 or 10420021. OLE color: 10420021.

HSL color Cylindrical-coordinate representation of color #35FF9E: hue angle of 151.19º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF9E is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB53255158-
CMYK0.7900.380
HSL151.19º100%60.39%-
HSV(B)151.19º79.22%100%-
XYZ43.474.7544.49-
YUV183.54113.5834.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.37%
GREEN value IS 255 (100% from 255) = 54.72%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=11.37%
G=54.72%
B=33.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532551580.7900.380151.1910060.39
Hex35FF9E4F026097643c
Octal65377236117046022714474
Binary1101011111111110011110100111101001100100101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,255,158); }

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

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

 a { background-color: rgb(53,255,158); }

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

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

 span { border-color: rgb(53,255,158); }

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