#9AE835

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

Shades of Atlantis #9AE835

Tints of Atlantis #9AE835

Color information

#9AE835 (or 0x9AE835) is unknown color: approx Atlantis. HEX triplet: 9A, E8 and 35. RGB value is (154,232,53). Sum of RGB (Red+Green+Blue) = 154+232+53=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AE835 is #6517CA. Grayscale: #BCBCBC. Windows color (decimal): -6625227 or 3532954. OLE color: 3532954.

HSL color Cylindrical-coordinate representation of color #9AE835: hue angle of 86.15º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9AE835 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB15423253-
CMYK0.3400.770.09
HSL86.15º79.56%55.88%-
HSV(B)86.15º77.16%90.98%-
XYZ42.8364.8413.63-
YUV188.2751.66103.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.08%
GREEN value IS 232 (91.02% from 255) = 52.85%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=35.08%
G=52.85%
B=12.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154232530.3400.770.0986.1579.5655.88
Hex9AE8352204D9565038
Octal232350654201151112612070
Binary100110101110100011010110001001001101100110101101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AE835; }

 p { color: rgb(154,232,53); }

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

<style>
 a { background-color: #9AE835; }

 a { background-color: rgb(154,232,53); }

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

<style>
 span { border-color: #9AE835; }

 span { border-color: rgb(154,232,53); }

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