#98C33D

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

Shades of Atlantis #98C33D

Tints of Atlantis #98C33D

Color information

#98C33D (or 0x98C33D) is unknown color: approx Atlantis. HEX triplet: 98, C3 and 3D. RGB value is (152,195,61). Sum of RGB (Red+Green+Blue) = 152+195+61=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #98C33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C33D is #673CC2. Grayscale: #A7A7A7. Windows color (decimal): -6765763 or 4047768. OLE color: 4047768.

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

Color convert

RGB15219561-
CMYK0.2200.690.24
HSL79.25º52.76%50.2%-
HSV(B)79.25º68.72%76.47%-
XYZ33.3146.0411.55-
YUV166.8768.25117.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 195 (76.56% from 255) = 47.79%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=37.25%
G=47.79%
B=14.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152195610.2200.690.2479.2552.7650.2
Hex98C33D16045184f3532
Octal23030375260105301176562
Binary10011000110000111111011011001000101110001001111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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