Html Css Color HEX #9ACD50 Atlantis

📋 copy color: '#9ACD50'

red 154 ◦ green 205 ◦ blue 80

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

Shades of Atlantis #9ACD50

Tints of Atlantis #9ACD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

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

R = 35.08%
G = 46.7%
B = 18.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#9ACD50 (or 0x9ACD50) is known color: Atlantis. HEX triplet: 9A, CD and 50. RGB value is (154,205,80). Sum of RGB (Red+Green+Blue) = 154+205+80=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD50 is #6532AF. Grayscale: #AFAFAF. Windows color (decimal): -6632112 or 5295514. OLE color: 5295514.

HSL color Cylindrical-coordinate representation of color #9ACD50: hue angle of 84.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ACD50 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 80 -
CMYK 0.25 0 0.61 0.20
HSL 84.48º 0.56% 0.56% -
HSV(B) 84.48º 0.61% 0.8% -
XYZ 36.61 51.11 15.53 -
YUV 175.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 154 205 80 0.25 0 0.61 0.20 84.48 0.56 0.56
Hex 9A CD 50 19 0 3D 14 54 38 38
Octal 232 315 120 31 0 75 24 124 70 70
Binary 10011010 11001101 1010000 11001 0 111101 10100 1010100 111000 111000

Color Harmonies of #9ACD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD50

Black with #9ACD50

Text Example


Text Example

White with #9ACD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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