Html Css Color HEX #9AD536 Atlantis

📋 copy color: '#9AD536'

red 154 ◦ green 213 ◦ blue 54

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

Shades of Atlantis #9AD536

Tints of Atlantis #9AD536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 36.58%
G = 50.59%
B = 12.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9AD536 (or 0x9AD536) is known color: Atlantis. HEX triplet: 9A, D5 and 36. RGB value is (154,213,54). Sum of RGB (Red+Green+Blue) = 154+213+54=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD536 is #652AC9. Grayscale: #B1B1B1. Windows color (decimal): -6630090 or 3593626. OLE color: 3593626.

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

Color convert

RGB 154 213 54 -
CMYK 0.28 0 0.75 0.16
HSL 82.26º 0.65% 0.52% -
HSV(B) 82.26º 0.75% 0.84% -
XYZ 37.79 54.72 12.06 -
YUV 177.23 58.45 111.43 -
System Red Green Blue C M Y K H S L
Decimal 154 213 54 0.28 0 0.75 0.16 82.26 0.65 0.52
Hex 9A D5 36 1C 0 4B 10 52 41 34
Octal 232 325 66 34 0 113 20 122 101 64
Binary 10011010 11010101 110110 11100 0 1001011 10000 1010010 1000001 110100

Color Harmonies of #9AD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD536

Black with #9AD536

Text Example


Text Example

White with #9AD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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