#98C14F

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

Shades of Atlantis #98C14F

Tints of Atlantis #98C14F

Color information

#98C14F (or 0x98C14F) is unknown color: approx Atlantis. HEX triplet: 98, C1 and 4F. RGB value is (152,193,79). Sum of RGB (Red+Green+Blue) = 152+193+79=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #98C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C14F is #673EB0. Grayscale: #A8A8A8. Windows color (decimal): -6766257 or 5226904. OLE color: 5226904.

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

Color convert

RGB15219379-
CMYK0.2100.590.24
HSL81.58º47.9%53.33%-
HSV(B)81.58º59.07%75.69%-
XYZ33.4345.3814.39-
YUV167.7477.92116.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 193 (75.78% from 255) = 45.52%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=35.85%
G=45.52%
B=18.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152193790.2100.590.2481.5847.953.33
Hex98C14F1503B18523035
Octal23030111725073301226065
Binary10011000110000011001111101010111011110001010010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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