Html Css Color HEX #9AD053 Atlantis

📋 copy color: '#9AD053'

red 154 ◦ green 208 ◦ blue 83

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

Shades of Atlantis #9AD053

Tints of Atlantis #9AD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

 BLUE value IS 83 (32.81% from 255) = 18.65%

R = 34.61%
G = 46.74%
B = 18.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#9AD053 (or 0x9AD053) is known color: Atlantis. HEX triplet: 9A, D0 and 53. RGB value is (154,208,83). Sum of RGB (Red+Green+Blue) = 154+208+83=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD053 is #652FAC. Grayscale: #B2B2B2. Windows color (decimal): -6631341 or 5492890. OLE color: 5492890.

HSL color Cylindrical-coordinate representation of color #9AD053: hue angle of 85.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AD053 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 208 83 -
CMYK 0.26 0 0.60 0.18
HSL 85.92º 0.57% 0.57% -
HSV(B) 85.92º 0.6% 0.82% -
XYZ 37.44 52.61 16.36 -
YUV 177.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 154 208 83 0.26 0 0.60 0.18 85.92 0.57 0.57
Hex 9A D0 53 1A 0 3C 12 56 39 39
Octal 232 320 123 32 0 74 22 126 71 71
Binary 10011010 11010000 1010011 11010 0 111100 10010 1010110 111001 111001

Color Harmonies of #9AD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD053

Black with #9AD053

Text Example


Text Example

White with #9AD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,208,83); }

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

background-color css

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

 a { background-color: rgb(154,208,83); }

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

border-color css

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

 span { border-color: rgb(154,208,83); }

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