#98e14e

Color #98E14E Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #98E14E

Tints of Atlantis #98E14E

Color information

#98E14E (or 0x98E14E) is unknown color: approx Atlantis. HEX triplet: 98, E1 and 4E. RGB value is (152,225,78). Sum of RGB (Red+Green+Blue) = 152+225+78=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #98E14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E14E is #671EB1. Grayscale: #BABABA. Windows color (decimal): -6758066 or 5169560. OLE color: 5169560.

HSL color Cylindrical-coordinate representation of color #98E14E: hue angle of 89.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98E14E is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB15222578-
CMYK0.3200.650.12
HSL89.8º71.01%59.41%-
HSV(B)89.8º65.33%88.24%-
XYZ41.2561.0816.82-
YUV186.4266.82103.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 225 (88.28% from 255) = 49.45%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=33.41%
G=49.45%
B=17.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152225780.3200.650.1289.871.0159.41
Hex98E14E20041C5a473b
Octal2303411164001011413210773
Binary1001100011100001100111010000001000001110010110101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98e14e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98e14e; }

 p { color: rgb(152,225,78); }

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

<style>
 a { background-color: #98e14e; }

 a { background-color: rgb(152,225,78); }

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

<style>
 span { border-color: #98e14e; }

 span { border-color: rgb(152,225,78); }

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