#98CC4E

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

Shades of Atlantis #98CC4E

Tints of Atlantis #98CC4E

Color information

#98CC4E (or 0x98CC4E) is unknown color: approx Atlantis. HEX triplet: 98, CC and 4E. RGB value is (152,204,78). Sum of RGB (Red+Green+Blue) = 152+204+78=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC4E is #6733B1. Grayscale: #AEAEAE. Windows color (decimal): -6763442 or 5164184. OLE color: 5164184.

HSL color Cylindrical-coordinate representation of color #98CC4E: hue angle of 84.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98CC4E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB15220478-
CMYK0.2500.620.2
HSL84.76º55.26%55.29%-
HSV(B)84.76º61.76%80%-
XYZ35.9250.4115.05-
YUV174.0973.77112.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 78 (30.86% from 255) = 17.97%
R=35.02%
G=47.00%
B=17.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152204780.2500.620.284.7655.2655.29
Hex98CC4E1903E14553737
Octal23031411631076241256767
Binary10011000110011001001110110010111110101001010101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,78); }

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

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

 a { background-color: rgb(152,204,78); }

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

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

 span { border-color: rgb(152,204,78); }

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