#99ea3a

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

Shades of Atlantis #99EA3A

Tints of Atlantis #99EA3A

Color information

#99EA3A (or 0x99EA3A) is unknown color: approx Atlantis. HEX triplet: 99, EA and 3A. RGB value is (153,234,58). Sum of RGB (Red+Green+Blue) = 153+234+58=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EA3A is #6615C5. Grayscale: #BEBEBE. Windows color (decimal): -6690246 or 3861145. OLE color: 3861145.

HSL color Cylindrical-coordinate representation of color #99EA3A: hue angle of 87.61º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99EA3A is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB15323458-
CMYK0.3500.750.08
HSL87.61º80.73%57.25%-
HSV(B)87.61º75.21%91.76%-
XYZ43.3265.9214.44-
YUV189.7253.66101.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 234 (91.80% from 255) = 52.58%
BLUE value IS 58 (23.05% from 255) = 13.03%
R=34.38%
G=52.58%
B=13.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153234580.3500.750.0887.6180.7357.25
Hex99EA3A2304B8585139
Octal231352724301131013012171
Binary100110011110101011101010001101001011100010110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ea3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,234,58); }

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

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

 a { background-color: rgb(153,234,58); }

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

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

 span { border-color: rgb(153,234,58); }

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