#98C741

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

Shades of Atlantis #98C741

Tints of Atlantis #98C741

Color information

#98C741 (or 0x98C741) is unknown color: approx Atlantis. HEX triplet: 98, C7 and 41. RGB value is (152,199,65). Sum of RGB (Red+Green+Blue) = 152+199+65=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #98C741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C741 is #6738BE. Grayscale: #AAAAAA. Windows color (decimal): -6764735 or 4310936. OLE color: 4310936.

HSL color Cylindrical-coordinate representation of color #98C741: hue angle of 81.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98C741 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB15219965-
CMYK0.2400.670.22
HSL81.04º54.47%51.76%-
HSV(B)81.04º67.34%78.04%-
XYZ34.3347.912.44-
YUV169.6768.93115.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 199 (78.12% from 255) = 47.84%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=36.54%
G=47.84%
B=15.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152199650.2400.670.2281.0454.4751.76
Hex98C7411804316513634
Octal230307101300103261216664
Binary100110001100011110000011100001000011101101010001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,199,65); }

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

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

 a { background-color: rgb(152,199,65); }

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

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

 span { border-color: rgb(152,199,65); }

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