#9AD83F

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

Shades of Atlantis #9AD83F

Tints of Atlantis #9AD83F

Color information

#9AD83F (or 0x9AD83F) is unknown color: approx Atlantis. HEX triplet: 9A, D8 and 3F. RGB value is (154,216,63). Sum of RGB (Red+Green+Blue) = 154+216+63=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD83F is #6527C0. Grayscale: #B4B4B4. Windows color (decimal): -6629313 or 4184218. OLE color: 4184218.

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

Color convert

RGB15421663-
CMYK0.2900.710.15
HSL84.31º66.23%54.71%-
HSV(B)84.31º70.83%84.71%-
XYZ38.7856.3413.53-
YUV180.0261.96109.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 216 (84.77% from 255) = 49.88%
BLUE value IS 63 (25% from 255) = 14.55%
R=35.57%
G=49.88%
B=14.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154216630.2900.710.1584.3166.2354.71
Hex9AD83F1D047F544237
Octal232330773501071712410267
Binary10011010110110001111111110101000111111110101001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,216,63); }

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

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

 a { background-color: rgb(154,216,63); }

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

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

 span { border-color: rgb(154,216,63); }

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