#98CA41

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

Shades of Atlantis #98CA41

Tints of Atlantis #98CA41

Color information

#98CA41 (or 0x98CA41) is unknown color: approx Atlantis. HEX triplet: 98, CA and 41. RGB value is (152,202,65). Sum of RGB (Red+Green+Blue) = 152+202+65=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA41 is #6735BE. Grayscale: #ABABAB. Windows color (decimal): -6763967 or 4311704. OLE color: 4311704.

HSL color Cylindrical-coordinate representation of color #98CA41: hue angle of 81.9º degrees, saturation: 0.56, 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 #98CA41 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB15220265-
CMYK0.2500.680.21
HSL81.9º56.38%52.35%-
HSV(B)81.9º67.82%79.22%-
XYZ35.0249.312.67-
YUV171.4367.94114.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=36.28%
G=48.21%
B=15.51%

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
Decimal152202650.2500.680.2181.956.3852.35
Hex98CA411904415523834
Octal230312101310104251227064
Binary100110001100101010000011100101000100101011010010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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