#98BE44

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

Shades of Atlantis #98BE44

Tints of Atlantis #98BE44

Color information

#98BE44 (or 0x98BE44) is unknown color: approx Atlantis. HEX triplet: 98, BE and 44. RGB value is (152,190,68). Sum of RGB (Red+Green+Blue) = 152+190+68=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BE44 is #6741BB. Grayscale: #A5A5A5. Windows color (decimal): -6767036 or 4505240. OLE color: 4505240.

HSL color Cylindrical-coordinate representation of color #98BE44: hue angle of 78.69º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98BE44 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB15219068-
CMYK0.200.640.25
HSL78.69º48.41%50.59%-
HSV(B)78.69º64.21%74.51%-
XYZ32.4143.9212.24-
YUV164.7373.41118.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 68 (26.95% from 255) = 16.59%
R=37.07%
G=46.34%
B=16.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152190680.200.640.2578.6948.4150.59
Hex98BE4414040194f3033
Octal230276104240100311176063
Binary100110001011111010001001010001000000110011001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,190,68); }

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

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

 a { background-color: rgb(152,190,68); }

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

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

 span { border-color: rgb(152,190,68); }

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