Html Css Color HEX #ACC990 Norway

📋 copy color: '#ACC990'

red 172 ◦ green 201 ◦ blue 144

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

Shades of Norway #ACC990

Tints of Norway #ACC990

RGB

 RED value IS 172 (67.58% from 255) = 33.27%

 GREEN value IS 201 (78.91% from 255) = 38.88%

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 33.27%
G = 38.88%
B = 27.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#ACC990 (or 0xACC990) is known color: Norway. HEX triplet: AC, C9 and 90. RGB value is (172,201,144). Sum of RGB (Red+Green+Blue) = 172+201+144=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC990 is #53366F. Grayscale: #BABABA. Windows color (decimal): -5453424 or 9488812. OLE color: 9488812.

HSL color Cylindrical-coordinate representation of color #ACC990: hue angle of 90.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC990 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 144 -
CMYK 0.14 0 0.28 0.21
HSL 90.53º 0.35% 0.68% -
HSV(B) 90.53º 0.28% 0.79% -
XYZ 42.93 52.56 34.27 -
YUV 185.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 172 201 144 0.14 0 0.28 0.21 90.53 0.35 0.68
Hex AC C9 90 E 0 1C 15 5B 23 44
Octal 254 311 220 16 0 34 25 133 43 104
Binary 10101100 11001001 10010000 1110 0 11100 10101 1011011 100011 1000100

Color Harmonies of #ACC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC990

Black with #ACC990

Text Example


Text Example

White with #ACC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC990; }

 p { color: rgb(172,201,144); }

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

background-color css

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

 a { background-color: rgb(172,201,144); }

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

border-color css

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

 span { border-color: rgb(172,201,144); }

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