#9AD54D

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

Shades of Atlantis #9AD54D

Tints of Atlantis #9AD54D

Color information

#9AD54D (or 0x9AD54D) is unknown color: approx Atlantis. HEX triplet: 9A, D5 and 4D. RGB value is (154,213,77). Sum of RGB (Red+Green+Blue) = 154+213+77=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD54D is #652AB2. Grayscale: #B4B4B4. Windows color (decimal): -6630067 or 5100954. OLE color: 5100954.

HSL color Cylindrical-coordinate representation of color #9AD54D: hue angle of 86.03º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AD54D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB15421377-
CMYK0.2800.640.16
HSL86.03º61.82%56.86%-
HSV(B)86.03º63.85%83.53%-
XYZ38.4654.9915.61-
YUV179.8669.95109.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 77 (30.47% from 255) = 17.34%
R=34.68%
G=47.97%
B=17.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213770.2800.640.1686.0361.8256.86
Hex9AD54D1C04010563e39
Octal232325115340100201267671
Binary100110101101010110011011110001000000100001010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,77); }

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

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

 a { background-color: rgb(154,213,77); }

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

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

 span { border-color: rgb(154,213,77); }

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