#98C250

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

Shades of Atlantis #98C250

Tints of Atlantis #98C250

Color information

#98C250 (or 0x98C250) is unknown color: approx Atlantis. HEX triplet: 98, C2 and 50. RGB value is (152,194,80). Sum of RGB (Red+Green+Blue) = 152+194+80=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #98C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C250 is #673DAF. Grayscale: #A8A8A8. Windows color (decimal): -6766000 or 5292696. OLE color: 5292696.

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

Color convert

RGB15219480-
CMYK0.2200.590.24
HSL82.11º48.31%53.73%-
HSV(B)82.11º58.76%76.08%-
XYZ33.6945.8414.66-
YUV168.4578.09116.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=35.68%
G=45.54%
B=18.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152194800.2200.590.2482.1148.3153.73
Hex98C2501603B18523036
Octal23030212026073301226066
Binary10011000110000101010000101100111011110001010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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