#98c13d

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

Shades of Atlantis #98C13D

Tints of Atlantis #98C13D

Color information

#98C13D (or 0x98C13D) is unknown color: approx Atlantis. HEX triplet: 98, C1 and 3D. RGB value is (152,193,61). Sum of RGB (Red+Green+Blue) = 152+193+61=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #98C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C13D is #673EC2. Grayscale: #A6A6A6. Windows color (decimal): -6766275 or 4047256. OLE color: 4047256.

HSL color Cylindrical-coordinate representation of color #98C13D: hue angle of 78.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98C13D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB15219361-
CMYK0.2100.680.24
HSL78.64º51.97%49.8%-
HSV(B)78.64º68.39%75.69%-
XYZ32.8645.1511.4-
YUV165.6968.92118.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=37.44%
G=47.54%
B=15.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152193610.2100.680.2478.6451.9749.8
Hex98C13D15044184f3432
Octal23030175250104301176462
Binary10011000110000011111011010101000100110001001111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98c13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,193,61); }

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

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

 a { background-color: rgb(152,193,61); }

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

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

 span { border-color: rgb(152,193,61); }

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