Html Css Color HEX #ACC090 Norway

📋 copy color: '#ACC090'

red 172 ◦ green 192 ◦ blue 144

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

Shades of Norway #ACC090

Tints of Norway #ACC090

RGB

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

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

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

R = 33.86%
G = 37.8%
B = 28.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#ACC090 (or 0xACC090) is known color: Norway. HEX triplet: AC, C0 and 90. RGB value is (172,192,144). Sum of RGB (Red+Green+Blue) = 172+192+144=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC090 is #533F6F. Grayscale: #B4B4B4. Windows color (decimal): -5455728 or 9486508. OLE color: 9486508.

HSL color Cylindrical-coordinate representation of color #ACC090: hue angle of 85º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC090 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 144 -
CMYK 0.10 0 0.25 0.25
HSL 85º 0.28% 0.66% -
HSV(B) 85º 0.25% 0.75% -
XYZ 40.9 48.48 33.59 -
YUV 180.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 172 192 144 0.10 0 0.25 0.25 85 0.28 0.66
Hex AC C0 90 A 0 19 19 55 1C 42
Octal 254 300 220 12 0 31 31 125 34 102
Binary 10101100 11000000 10010000 1010 0 11001 11001 1010101 11100 1000010

Color Harmonies of #ACC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC090

Black with #ACC090

Text Example


Text Example

White with #ACC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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