Html Css Color HEX #9ACC55 Atlantis

📋 copy color: '#9ACC55'

red 154 ◦ green 204 ◦ blue 85

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

Shades of Atlantis #9ACC55

Tints of Atlantis #9ACC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 34.76%
G = 46.05%
B = 19.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#9ACC55 (or 0x9ACC55) is known color: Atlantis. HEX triplet: 9A, CC and 55. RGB value is (154,204,85). Sum of RGB (Red+Green+Blue) = 154+204+85=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC55 is #6533AA. Grayscale: #AFAFAF. Windows color (decimal): -6632363 or 5622938. OLE color: 5622938.

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

Color convert

RGB 154 204 85 -
CMYK 0.25 0 0.58 0.2
HSL 85.21º 0.54% 0.57% -
HSV(B) 85.21º 0.58% 0.8% -
XYZ 36.56 50.71 16.46 -
YUV 175.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 154 204 85 0.25 0 0.58 0.2 85.21 0.54 0.57
Hex 9A CC 55 19 0 3A 14 55 36 39
Octal 232 314 125 31 0 72 24 125 66 71
Binary 10011010 11001100 1010101 11001 0 111010 10100 1010101 110110 111001

Color Harmonies of #9ACC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC55

Black with #9ACC55

Text Example


Text Example

White with #9ACC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,85); }

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

background-color css

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

 a { background-color: rgb(154,204,85); }

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

border-color css

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

 span { border-color: rgb(154,204,85); }

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