#98C255

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

Shades of Atlantis #98C255

Tints of Atlantis #98C255

Color information

#98C255 (or 0x98C255) is unknown color: approx Atlantis. HEX triplet: 98, C2 and 55. RGB value is (152,194,85). Sum of RGB (Red+Green+Blue) = 152+194+85=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #98C255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C255 is #673DAA. Grayscale: #A9A9A9. Windows color (decimal): -6765995 or 5620376. OLE color: 5620376.

HSL color Cylindrical-coordinate representation of color #98C255: hue angle of 83.12º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98C255 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB15219485-
CMYK0.2200.560.24
HSL83.12º47.19%54.71%-
HSV(B)83.12º56.19%76.08%-
XYZ33.8845.9115.67-
YUV169.0280.59115.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=35.27%
G=45.01%
B=19.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152194850.2200.560.2483.1247.1954.71
Hex98C2551603818532f37
Octal23030212526070301235767
Binary10011000110000101010101101100111000110001010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,194,85); }

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

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

 a { background-color: rgb(152,194,85); }

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

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

 span { border-color: rgb(152,194,85); }

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