Html Css Color HEX #9AC053 Atlantis

📋 copy color: '#9AC053'

red 154 ◦ green 192 ◦ blue 83

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

Shades of Atlantis #9AC053

Tints of Atlantis #9AC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 35.9%
G = 44.76%
B = 19.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#9AC053 (or 0x9AC053) is known color: Atlantis. HEX triplet: 9A, C0 and 53. RGB value is (154,192,83). Sum of RGB (Red+Green+Blue) = 154+192+83=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC053 is #653FAC. Grayscale: #A8A8A8. Windows color (decimal): -6635437 or 5488794. OLE color: 5488794.

HSL color Cylindrical-coordinate representation of color #9AC053: hue angle of 80.92º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AC053 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 83 -
CMYK 0.20 0 0.57 0.25
HSL 80.92º 0.46% 0.54% -
HSV(B) 80.92º 0.57% 0.75% -
XYZ 33.74 45.19 15.13 -
YUV 168.21 79.91 117.86 -
System Red Green Blue C M Y K H S L
Decimal 154 192 83 0.20 0 0.57 0.25 80.92 0.46 0.54
Hex 9A C0 53 14 0 39 19 51 2E 36
Octal 232 300 123 24 0 71 31 121 56 66
Binary 10011010 11000000 1010011 10100 0 111001 11001 1010001 101110 110110

Color Harmonies of #9AC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC053

Black with #9AC053

Text Example


Text Example

White with #9AC053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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