#2ADC98

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

Shades of Shamrock #2ADC98

Tints of Shamrock #2ADC98

Color information

#2ADC98 (or 0x2ADC98) is unknown color: approx Shamrock. HEX triplet: 2A, DC and 98. RGB value is (42,220,152). Sum of RGB (Red+Green+Blue) = 42+220+152=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADC98 is #D52367. Grayscale: #9F9F9F. Windows color (decimal): -13968232 or 10017834. OLE color: 10017834.

HSL color Cylindrical-coordinate representation of color #2ADC98: hue angle of 157.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC98 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB42220152-
CMYK0.8100.310.14
HSL157.08º71.77%51.37%-
HSV(B)157.08º80.91%86.27%-
XYZ32.2253.9538.42-
YUV159.03124.0344.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.14%
GREEN value IS 220 (86.33% from 255) = 53.14%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=10.14%
G=53.14%
B=36.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal422201520.8100.310.14157.0871.7751.37
Hex2ADC985101FE9d4833
Octal523342301210371623511063
Binary101010110111001001100010100010111111110100111011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ADC98; }

 p { color: rgb(42,220,152); }

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

<style>
 a { background-color: #2ADC98; }

 a { background-color: rgb(42,220,152); }

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

<style>
 span { border-color: #2ADC98; }

 span { border-color: rgb(42,220,152); }

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