Html Css Color HEX #ABC09A Norway

📋 copy color: '#ABC09A'

red 171 ◦ green 192 ◦ blue 154

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

Shades of Norway #ABC09A

Tints of Norway #ABC09A

RGB

 RED value IS 171 (67.19% from 255) = 33.08%

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 33.08%
G = 37.14%
B = 29.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#ABC09A (or 0xABC09A) is known color: Norway. HEX triplet: AB, C0 and 9A. RGB value is (171,192,154). Sum of RGB (Red+Green+Blue) = 171+192+154=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC09A is #543F65. Grayscale: #B5B5B5. Windows color (decimal): -5521254 or 10141867. OLE color: 10141867.

HSL color Cylindrical-coordinate representation of color #ABC09A: hue angle of 93.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC09A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 154 -
CMYK 0.11 0 0.20 0.25
HSL 93.16º 0.23% 0.68% -
HSV(B) 93.16º 0.2% 0.75% -
XYZ 41.48 48.69 37.78 -
YUV 181.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 171 192 154 0.11 0 0.20 0.25 93.16 0.23 0.68
Hex AB C0 9A B 0 14 19 5D 17 44
Octal 253 300 232 13 0 24 31 135 27 104
Binary 10101011 11000000 10011010 1011 0 10100 11001 1011101 10111 1000100

Color Harmonies of #ABC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC09A

Black with #ABC09A

Text Example


Text Example

White with #ABC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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