Html Css Color HEX #9AC255 Atlantis

📋 copy color: '#9AC255'

red 154 ◦ green 194 ◦ blue 85

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

Shades of Atlantis #9AC255

Tints of Atlantis #9AC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

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

R = 35.57%
G = 44.8%
B = 19.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#9AC255 (or 0x9AC255) is known color: Atlantis. HEX triplet: 9A, C2 and 55. RGB value is (154,194,85). Sum of RGB (Red+Green+Blue) = 154+194+85=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC255 is #653DAA. Grayscale: #AAAAAA. Windows color (decimal): -6634923 or 5620378. OLE color: 5620378.

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

Color convert

RGB 154 194 85 -
CMYK 0.21 0 0.56 0.24
HSL 82.02º 0.47% 0.55% -
HSV(B) 82.02º 0.56% 0.76% -
XYZ 34.26 46.11 15.69 -
YUV 169.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 154 194 85 0.21 0 0.56 0.24 82.02 0.47 0.55
Hex 9A C2 55 15 0 38 18 52 2F 37
Octal 232 302 125 25 0 70 30 122 57 67
Binary 10011010 11000010 1010101 10101 0 111000 11000 1010010 101111 110111

Color Harmonies of #9AC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC255

Black with #9AC255

Text Example


Text Example

White with #9AC255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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