Html Css Color HEX #9AD840 Atlantis

📋 copy color: '#9AD840'

red 154 ◦ green 216 ◦ blue 64

#9AD840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9AD840

Tints of Atlantis #9AD840

RGB

 RED value IS 154 (60.55% from 255) = 35.48%

 GREEN value IS 216 (84.77% from 255) = 49.77%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 35.48%
G = 49.77%
B = 14.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#9AD840 (or 0x9AD840) is known color: Atlantis. HEX triplet: 9A, D8 and 40. RGB value is (154,216,64). Sum of RGB (Red+Green+Blue) = 154+216+64=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD840 is #6527BF. Grayscale: #B4B4B4. Windows color (decimal): -6629312 or 4249754. OLE color: 4249754.

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

Color convert

RGB 154 216 64 -
CMYK 0.29 0 0.70 0.15
HSL 84.47º 0.66% 0.55% -
HSV(B) 84.47º 0.7% 0.85% -
XYZ 38.81 56.35 13.68 -
YUV 180.13 62.46 109.36 -
System Red Green Blue C M Y K H S L
Decimal 154 216 64 0.29 0 0.70 0.15 84.47 0.66 0.55
Hex 9A D8 40 1D 0 46 F 54 42 37
Octal 232 330 100 35 0 106 17 124 102 67
Binary 10011010 11011000 1000000 11101 0 1000110 1111 1010100 1000010 110111

Color Harmonies of #9AD840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD840

Black with #9AD840

Text Example


Text Example

White with #9AD840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AD840;
 }
 .AnyTagClassName
 {
   color: #9AD840;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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