Html Css Color HEX #9AD538 Atlantis

📋 copy color: '#9AD538'

red 154 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #9AD538

Tints of Atlantis #9AD538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 36.41%
G = 50.35%
B = 13.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#9AD538 (or 0x9AD538) is known color: Atlantis. HEX triplet: 9A, D5 and 38. RGB value is (154,213,56). Sum of RGB (Red+Green+Blue) = 154+213+56=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD538 is #652AC7. Grayscale: #B2B2B2. Windows color (decimal): -6630088 or 3724698. OLE color: 3724698.

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

Color convert

RGB 154 213 56 -
CMYK 0.28 0 0.74 0.16
HSL 82.55º 0.65% 0.53% -
HSV(B) 82.55º 0.74% 0.84% -
XYZ 37.83 54.74 12.31 -
YUV 177.46 59.45 111.27 -
System Red Green Blue C M Y K H S L
Decimal 154 213 56 0.28 0 0.74 0.16 82.55 0.65 0.53
Hex 9A D5 38 1C 0 4A 10 53 41 35
Octal 232 325 70 34 0 112 20 123 101 65
Binary 10011010 11010101 111000 11100 0 1001010 10000 1010011 1000001 110101

Color Harmonies of #9AD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD538

Black with #9AD538

Text Example


Text Example

White with #9AD538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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