Html Css Color HEX #9AC953 Atlantis

📋 copy color: '#9AC953'

red 154 ◦ green 201 ◦ blue 83

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

Shades of Atlantis #9AC953

Tints of Atlantis #9AC953

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.89%

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

R = 35.16%
G = 45.89%
B = 18.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#9AC953 (or 0x9AC953) is known color: Atlantis. HEX triplet: 9A, C9 and 53. RGB value is (154,201,83). Sum of RGB (Red+Green+Blue) = 154+201+83=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC953 is #6536AC. Grayscale: #ADADAD. Windows color (decimal): -6633133 or 5491098. OLE color: 5491098.

HSL color Cylindrical-coordinate representation of color #9AC953: hue angle of 83.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AC953 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 201 83 -
CMYK 0.23 0 0.59 0.21
HSL 83.9º 0.52% 0.56% -
HSV(B) 83.9º 0.59% 0.79% -
XYZ 35.77 49.27 15.81 -
YUV 173.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 154 201 83 0.23 0 0.59 0.21 83.9 0.52 0.56
Hex 9A C9 53 17 0 3B 15 54 34 38
Octal 232 311 123 27 0 73 25 124 64 70
Binary 10011010 11001001 1010011 10111 0 111011 10101 1010100 110100 111000

Color Harmonies of #9AC953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC953

Black with #9AC953

Text Example


Text Example

White with #9AC953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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