#99E640

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

Shades of Atlantis #99E640

Tints of Atlantis #99E640

Color information

#99E640 (or 0x99E640) is unknown color: approx Atlantis. HEX triplet: 99, E6 and 40. RGB value is (153,230,64). Sum of RGB (Red+Green+Blue) = 153+230+64=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 230 (90.23% from 255 or 51.45% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 230 - color contains mainly: green. Hex color #99E640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99E640 is #6619BF. Grayscale: #BCBCBC. Windows color (decimal): -6691264 or 4253337. OLE color: 4253337.

HSL color Cylindrical-coordinate representation of color #99E640: hue angle of 87.83º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99E640 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB15323064-
CMYK0.3300.720.10
HSL87.83º76.85%57.65%-
HSV(B)87.83º72.17%90.2%-
XYZ42.3663.7414.92-
YUV188.0557.99103-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 230 (90.23% from 255) = 51.45%
BLUE value IS 64 (25.39% from 255) = 14.32%
R=34.23%
G=51.45%
B=14.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal153230640.3300.720.1087.8376.8557.65
Hex99E64021048A584d3a
Octal2313461004101101213011572
Binary1001100111100110100000010000101001000101010110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,230,64); }

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

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

 a { background-color: rgb(153,230,64); }

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

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

 span { border-color: rgb(153,230,64); }

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