#98CD49

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

Shades of Atlantis #98CD49

Tints of Atlantis #98CD49

Color information

#98CD49 (or 0x98CD49) is unknown color: approx Atlantis. HEX triplet: 98, CD and 49. RGB value is (152,205,73). Sum of RGB (Red+Green+Blue) = 152+205+73=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CD49 is #6732B6. Grayscale: #AEAEAE. Windows color (decimal): -6763191 or 4836760. OLE color: 4836760.

HSL color Cylindrical-coordinate representation of color #98CD49: hue angle of 84.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98CD49 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB15220573-
CMYK0.2600.640.20
HSL84.09º56.9%54.51%-
HSV(B)84.09º64.39%80.39%-
XYZ35.9850.8214.22-
YUV174.170.94112.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=35.35%
G=47.67%
B=16.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152205730.2600.640.2084.0956.954.51
Hex98CD491A04014543937
Octal230315111320100241247167
Binary100110001100110110010011101001000000101001010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,73); }

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

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

 a { background-color: rgb(152,205,73); }

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

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

 span { border-color: rgb(152,205,73); }

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