#98c43f

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

Shades of Atlantis #98C43F

Tints of Atlantis #98C43F

Color information

#98C43F (or 0x98C43F) is unknown color: approx Atlantis. HEX triplet: 98, C4 and 3F. RGB value is (152,196,63). Sum of RGB (Red+Green+Blue) = 152+196+63=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #98C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C43F is #673BC0. Grayscale: #A8A8A8. Windows color (decimal): -6765505 or 4179096. OLE color: 4179096.

HSL color Cylindrical-coordinate representation of color #98C43F: hue angle of 79.85º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98C43F is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB15219663-
CMYK0.2200.680.23
HSL79.85º52.99%50.78%-
HSV(B)79.85º67.86%76.86%-
XYZ33.5946.5111.91-
YUV167.6868.92116.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 196 (76.95% from 255) = 47.69%
BLUE value IS 63 (25% from 255) = 15.33%
R=36.98%
G=47.69%
B=15.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152196630.2200.680.2379.8552.9950.78
Hex98C43F1604417503533
Octal23030477260104271206563
Binary10011000110001001111111011001000100101111010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98c43f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,63); }

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

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

 a { background-color: rgb(152,196,63); }

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

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

 span { border-color: rgb(152,196,63); }

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