#9AD935

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

Shades of Atlantis #9AD935

Tints of Atlantis #9AD935

Color information

#9AD935 (or 0x9AD935) is unknown color: approx Atlantis. HEX triplet: 9A, D9 and 35. RGB value is (154,217,53). Sum of RGB (Red+Green+Blue) = 154+217+53=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD935 is #6526CA. Grayscale: #B4B4B4. Windows color (decimal): -6629067 or 3529114. OLE color: 3529114.

HSL color Cylindrical-coordinate representation of color #9AD935: hue angle of 83.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AD935 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB15421753-
CMYK0.2900.760.15
HSL83.05º68.33%52.94%-
HSV(B)83.05º75.58%85.1%-
XYZ38.7856.7512.28-
YUV179.4756.63109.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 217 (85.16% from 255) = 51.18%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=36.32%
G=51.18%
B=12.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154217530.2900.760.1583.0568.3352.94
Hex9AD9351D04CF534435
Octal232331653501141712310465
Binary10011010110110011101011110101001100111110100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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