#98D84B

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

Shades of Atlantis #98D84B

Tints of Atlantis #98D84B

Color information

#98D84B (or 0x98D84B) is unknown color: approx Atlantis. HEX triplet: 98, D8 and 4B. RGB value is (152,216,75). Sum of RGB (Red+Green+Blue) = 152+216+75=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #98D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D84B is #6727B4. Grayscale: #B5B5B5. Windows color (decimal): -6760373 or 4970648. OLE color: 4970648.

HSL color Cylindrical-coordinate representation of color #98D84B: hue angle of 87.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98D84B is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB15221675-
CMYK0.3000.650.15
HSL87.23º64.38%57.06%-
HSV(B)87.23º65.28%84.71%-
XYZ38.7756.315.48-
YUV180.7968.3107.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 216 (84.77% from 255) = 48.76%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=34.31%
G=48.76%
B=16.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152216750.3000.650.1587.2364.3857.06
Hex98D84B1E041F574039
Octal2303301133601011712710071
Binary100110001101100010010111111001000001111110101111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,216,75); }

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

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

 a { background-color: rgb(152,216,75); }

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

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

 span { border-color: rgb(152,216,75); }

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