Html Css Color HEX #9AD546 Atlantis

📋 copy color: '#9AD546'

red 154 ◦ green 213 ◦ blue 70

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

Shades of Atlantis #9AD546

Tints of Atlantis #9AD546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

 BLUE value IS 70 (27.73% from 255) = 16.02%

R = 35.24%
G = 48.74%
B = 16.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#9AD546 (or 0x9AD546) is known color: Atlantis. HEX triplet: 9A, D5 and 46. RGB value is (154,213,70). Sum of RGB (Red+Green+Blue) = 154+213+70=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD546 is #652AB9. Grayscale: #B3B3B3. Windows color (decimal): -6630074 or 4642202. OLE color: 4642202.

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

Color convert

RGB 154 213 70 -
CMYK 0.28 0 0.67 0.16
HSL 84.76º 0.63% 0.55% -
HSV(B) 84.76º 0.67% 0.84% -
XYZ 38.23 54.9 14.38 -
YUV 179.06 66.45 110.13 -
System Red Green Blue C M Y K H S L
Decimal 154 213 70 0.28 0 0.67 0.16 84.76 0.63 0.55
Hex 9A D5 46 1C 0 43 10 55 3F 37
Octal 232 325 106 34 0 103 20 125 77 67
Binary 10011010 11010101 1000110 11100 0 1000011 10000 1010101 111111 110111

Color Harmonies of #9AD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD546

Black with #9AD546

Text Example


Text Example

White with #9AD546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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