#98BE4F

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

Shades of Atlantis #98BE4F

Tints of Atlantis #98BE4F

Color information

#98BE4F (or 0x98BE4F) is unknown color: approx Atlantis. HEX triplet: 98, BE and 4F. RGB value is (152,190,79). Sum of RGB (Red+Green+Blue) = 152+190+79=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE4F is #6741B0. Grayscale: #A6A6A6. Windows color (decimal): -6767025 or 5226136. OLE color: 5226136.

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

Color convert

RGB15219079-
CMYK0.200.580.25
HSL80.54º46.06%52.75%-
HSV(B)80.54º58.42%74.51%-
XYZ32.7744.0714.18-
YUV165.9878.91118.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=36.10%
G=45.13%
B=18.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152190790.200.580.2580.5446.0652.75
Hex98BE4F1403A19512e35
Octal23027611724072311215665
Binary10011000101111101001111101000111010110011010001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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