#99E34B

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

Shades of Atlantis #99E34B

Tints of Atlantis #99E34B

Color information

#99E34B (or 0x99E34B) is unknown color: approx Atlantis. HEX triplet: 99, E3 and 4B. RGB value is (153,227,75). Sum of RGB (Red+Green+Blue) = 153+227+75=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #99E34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E34B is #661CB4. Grayscale: #BCBCBC. Windows color (decimal): -6692021 or 4973465. OLE color: 4973465.

HSL color Cylindrical-coordinate representation of color #99E34B: hue angle of 89.21º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99E34B is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB15322775-
CMYK0.3300.670.11
HSL89.21º73.08%59.22%-
HSV(B)89.21º66.96%89.02%-
XYZ41.8862.2216.46-
YUV187.5564.48103.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 227 (89.06% from 255) = 49.89%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=33.63%
G=49.89%
B=16.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal153227750.3300.670.1189.2173.0859.22
Hex99E34B21043B59493b
Octal2313431134101031313111173
Binary1001100111100011100101110000101000011101110110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,227,75); }

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

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

 a { background-color: rgb(153,227,75); }

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

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

 span { border-color: rgb(153,227,75); }

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