#98CA45

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

Shades of Atlantis #98CA45

Tints of Atlantis #98CA45

Color information

#98CA45 (or 0x98CA45) is unknown color: approx Atlantis. HEX triplet: 98, CA and 45. RGB value is (152,202,69). Sum of RGB (Red+Green+Blue) = 152+202+69=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA45 is #6735BA. Grayscale: #ACACAC. Windows color (decimal): -6763963 or 4573848. OLE color: 4573848.

HSL color Cylindrical-coordinate representation of color #98CA45: hue angle of 82.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98CA45 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB15220269-
CMYK0.2500.660.21
HSL82.56º55.65%53.14%-
HSV(B)82.56º65.84%79.22%-
XYZ35.1449.3513.3-
YUV171.8969.94113.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=35.93%
G=47.75%
B=16.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152202690.2500.660.2182.5655.6553.14
Hex98CA451904215533835
Octal230312105310102251237065
Binary100110001100101010001011100101000010101011010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,69); }

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

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

 a { background-color: rgb(152,202,69); }

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

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

 span { border-color: rgb(152,202,69); }

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