#98ca40

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

Shades of Atlantis #98CA40

Tints of Atlantis #98CA40

Color information

#98CA40 (or 0x98CA40) is unknown color: approx Atlantis. HEX triplet: 98, CA and 40. RGB value is (152,202,64). Sum of RGB (Red+Green+Blue) = 152+202+64=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA40 is #6735BF. Grayscale: #ABABAB. Windows color (decimal): -6763968 or 4246168. OLE color: 4246168.

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

Color convert

RGB15220264-
CMYK0.2500.680.21
HSL81.74º56.56%52.16%-
HSV(B)81.74º68.32%79.22%-
XYZ34.9949.2912.52-
YUV171.3267.44114.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=36.36%
G=48.33%
B=15.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152202640.2500.680.2181.7456.5652.16
Hex98CA401904415523934
Octal230312100310104251227164
Binary100110001100101010000001100101000100101011010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ca40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,64); }

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

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

 a { background-color: rgb(152,202,64); }

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

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

 span { border-color: rgb(152,202,64); }

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