#99ED46

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

Shades of Atlantis #99ED46

Tints of Atlantis #99ED46

Color information

#99ED46 (or 0x99ED46) is unknown color: approx Atlantis. HEX triplet: 99, ED and 46. RGB value is (153,237,70). Sum of RGB (Red+Green+Blue) = 153+237+70=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99ED46 is #6612B9. Grayscale: #C1C1C1. Windows color (decimal): -6689466 or 4648345. OLE color: 4648345.

HSL color Cylindrical-coordinate representation of color #99ED46: hue angle of 90.18º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99ED46 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB15323770-
CMYK0.3500.700.07
HSL90.18º82.27%60.2%-
HSV(B)90.18º70.46%92.94%-
XYZ44.5367.7816.53-
YUV192.8558.6799.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 237 (92.97% from 255) = 51.52%
BLUE value IS 70 (27.73% from 255) = 15.22%
R=33.26%
G=51.52%
B=15.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal153237700.3500.700.0790.1882.2760.2
Hex99ED462304675a523c
Octal231355106430106713212274
Binary100110011110110110001101000110100011011110110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ED46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ED46; }

 p { color: rgb(153,237,70); }

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

<style>
 a { background-color: #99ED46; }

 a { background-color: rgb(153,237,70); }

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

<style>
 span { border-color: #99ED46; }

 span { border-color: rgb(153,237,70); }

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