#98CD54

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

Shades of Atlantis #98CD54

Tints of Atlantis #98CD54

Color information

#98CD54 (or 0x98CD54) is unknown color: approx Atlantis. HEX triplet: 98, CD and 54. RGB value is (152,205,84). Sum of RGB (Red+Green+Blue) = 152+205+84=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CD54 is #6732AB. Grayscale: #AFAFAF. Windows color (decimal): -6763180 or 5557656. OLE color: 5557656.

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

Color convert

RGB15220584-
CMYK0.2600.590.20
HSL86.28º54.75%56.67%-
HSV(B)86.28º59.02%80.39%-
XYZ36.3850.9816.31-
YUV175.3676.44111.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 46.49%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=34.47%
G=46.49%
B=19.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152205840.2600.590.2086.2854.7556.67
Hex98CD541A03B14563739
Octal23031512432073241266771
Binary10011000110011011010100110100111011101001010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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