#99CE46

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

Shades of Atlantis #99CE46

Tints of Atlantis #99CE46

Color information

#99CE46 (or 0x99CE46) is unknown color: approx Atlantis. HEX triplet: 99, CE and 46. RGB value is (153,206,70). Sum of RGB (Red+Green+Blue) = 153+206+70=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CE46 is #6631B9. Grayscale: #AFAFAF. Windows color (decimal): -6697402 or 4640409. OLE color: 4640409.

HSL color Cylindrical-coordinate representation of color #99CE46: hue angle of 83.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99CE46 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB15320670-
CMYK0.2600.660.19
HSL83.38º58.12%54.12%-
HSV(B)83.38º66.02%80.78%-
XYZ36.3151.3613.79-
YUV174.6568.94112.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 206 (80.86% from 255) = 48.02%
BLUE value IS 70 (27.73% from 255) = 16.32%
R=35.66%
G=48.02%
B=16.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153206700.2600.660.1983.3858.1254.12
Hex99CE461A04213533a36
Octal231316106320102231237266
Binary100110011100111010001101101001000010100111010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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