#35EE8A

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

Shades of Shamrock #35EE8A

Tints of Shamrock #35EE8A

Color information

#35EE8A (or 0x35EE8A) is unknown color: approx Shamrock. HEX triplet: 35, EE and 8A. RGB value is (53,238,138). Sum of RGB (Red+Green+Blue) = 53+238+138=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #35EE8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EE8A is #CA1175. Grayscale: #ABABAB. Windows color (decimal): -13242742 or 9104949. OLE color: 9104949.

HSL color Cylindrical-coordinate representation of color #35EE8A: hue angle of 147.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EE8A is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB53238138-
CMYK0.7800.420.07
HSL147.57º84.47%57.06%-
HSV(B)147.57º77.73%93.33%-
XYZ36.6363.7434.42-
YUV171.28109.2143.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.35%
GREEN value IS 238 (93.36% from 255) = 55.48%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=12.35%
G=55.48%
B=32.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal532381380.7800.420.07147.5784.4757.06
Hex35EE8A4E02A7945439
Octal65356212116052722412471
Binary110101111011101000101010011100101010111100101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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