#9AD64D

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

Shades of Atlantis #9AD64D

Tints of Atlantis #9AD64D

Color information

#9AD64D (or 0x9AD64D) is unknown color: approx Atlantis. HEX triplet: 9A, D6 and 4D. RGB value is (154,214,77). Sum of RGB (Red+Green+Blue) = 154+214+77=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD64D is #6529B2. Grayscale: #B4B4B4. Windows color (decimal): -6629811 or 5101210. OLE color: 5101210.

HSL color Cylindrical-coordinate representation of color #9AD64D: hue angle of 86.28º degrees, saturation: 0.63, 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 #9AD64D is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB15421477-
CMYK0.2800.640.16
HSL86.28º62.56%57.06%-
HSV(B)86.28º64.02%83.92%-
XYZ38.7155.515.69-
YUV180.4469.62109.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 77 (30.47% from 255) = 17.30%
R=34.61%
G=48.09%
B=17.30%

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
Decimal154214770.2800.640.1686.2862.5657.06
Hex9AD64D1C04010563f39
Octal232326115340100201267771
Binary100110101101011010011011110001000000100001010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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