Html Css Color HEX #ABC39A Norway

📋 copy color: '#ABC39A'

red 171 ◦ green 195 ◦ blue 154

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

Shades of Norway #ABC39A

Tints of Norway #ABC39A

RGB

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

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

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

R = 32.88%
G = 37.5%
B = 29.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ABC39A (or 0xABC39A) is known color: Norway. HEX triplet: AB, C3 and 9A. RGB value is (171,195,154). Sum of RGB (Red+Green+Blue) = 171+195+154=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC39A is #543C65. Grayscale: #B7B7B7. Windows color (decimal): -5520486 or 10142635. OLE color: 10142635.

HSL color Cylindrical-coordinate representation of color #ABC39A: hue angle of 95.12º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC39A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 195 154 -
CMYK 0.12 0 0.21 0.24
HSL 95.12º 0.25% 0.68% -
HSV(B) 95.12º 0.21% 0.76% -
XYZ 42.14 50.02 38.01 -
YUV 183.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 171 195 154 0.12 0 0.21 0.24 95.12 0.25 0.68
Hex AB C3 9A C 0 15 18 5F 19 44
Octal 253 303 232 14 0 25 30 137 31 104
Binary 10101011 11000011 10011010 1100 0 10101 11000 1011111 11001 1000100

Color Harmonies of #ABC39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC39A

Black with #ABC39A

Text Example


Text Example

White with #ABC39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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