Html Css Color HEX #9AC350 Atlantis

📋 copy color: '#9AC350'

red 154 ◦ green 195 ◦ blue 80

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

Shades of Atlantis #9AC350

Tints of Atlantis #9AC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 35.9%
G = 45.45%
B = 18.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#9AC350 (or 0x9AC350) is known color: Atlantis. HEX triplet: 9A, C3 and 50. RGB value is (154,195,80). Sum of RGB (Red+Green+Blue) = 154+195+80=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC350 is #653CAF. Grayscale: #AAAAAA. Windows color (decimal): -6634672 or 5292954. OLE color: 5292954.

HSL color Cylindrical-coordinate representation of color #9AC350: hue angle of 81.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AC350 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 195 80 -
CMYK 0.21 0 0.59 0.24
HSL 81.39º 0.49% 0.54% -
HSV(B) 81.39º 0.59% 0.76% -
XYZ 34.29 46.48 14.75 -
YUV 169.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 154 195 80 0.21 0 0.59 0.24 81.39 0.49 0.54
Hex 9A C3 50 15 0 3B 18 51 31 36
Octal 232 303 120 25 0 73 30 121 61 66
Binary 10011010 11000011 1010000 10101 0 111011 11000 1010001 110001 110110

Color Harmonies of #9AC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC350

Black with #9AC350

Text Example


Text Example

White with #9AC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,80); }

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

background-color css

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

 a { background-color: rgb(154,195,80); }

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

border-color css

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

 span { border-color: rgb(154,195,80); }

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