#98C251

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

Shades of Atlantis #98C251

Tints of Atlantis #98C251

Color information

#98C251 (or 0x98C251) is unknown color: approx Atlantis. HEX triplet: 98, C2 and 51. RGB value is (152,194,81). Sum of RGB (Red+Green+Blue) = 152+194+81=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #98C251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C251 is #673DAE. Grayscale: #A8A8A8. Windows color (decimal): -6765999 or 5358232. OLE color: 5358232.

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

Color convert

RGB15219481-
CMYK0.2200.580.24
HSL82.3º48.09%53.92%-
HSV(B)82.3º58.25%76.08%-
XYZ33.7345.8514.86-
YUV168.5678.59116.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=35.60%
G=45.43%
B=18.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152194810.2200.580.2482.348.0953.92
Hex98C2511603A18523036
Octal23030212126072301226066
Binary10011000110000101010001101100111010110001010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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