#9ad74d

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

Shades of Atlantis #9AD74D

Tints of Atlantis #9AD74D

Color information

#9AD74D (or 0x9AD74D) is unknown color: approx Atlantis. HEX triplet: 9A, D7 and 4D. RGB value is (154,215,77). Sum of RGB (Red+Green+Blue) = 154+215+77=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD74D is #6528B2. Grayscale: #B5B5B5. Windows color (decimal): -6629555 or 5101466. OLE color: 5101466.

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

Color convert

RGB15421577-
CMYK0.2800.640.16
HSL86.52º63.3%57.25%-
HSV(B)86.52º64.19%84.31%-
XYZ38.9756.0115.78-
YUV181.0369.29108.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 215 (84.38% from 255) = 48.21%
BLUE value IS 77 (30.47% from 255) = 17.26%
R=34.53%
G=48.21%
B=17.26%

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
Decimal154215770.2800.640.1686.5263.357.25
Hex9AD74D1C04010573f39
Octal232327115340100201277771
Binary100110101101011110011011110001000000100001010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ad74d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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