Html Css Color HEX #ACC98E Norway

📋 copy color: '#ACC98E'

red 172 ◦ green 201 ◦ blue 142

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

Shades of Norway #ACC98E

Tints of Norway #ACC98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 33.4%
G = 39.03%
B = 27.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#ACC98E (or 0xACC98E) is known color: Norway. HEX triplet: AC, C9 and 8E. RGB value is (172,201,142). Sum of RGB (Red+Green+Blue) = 172+201+142=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC98E is #533671. Grayscale: #B9B9B9. Windows color (decimal): -5453426 or 9357740. OLE color: 9357740.

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

Color convert

RGB 172 201 142 -
CMYK 0.14 0 0.29 0.21
HSL 89.49º 0.35% 0.67% -
HSV(B) 89.49º 0.29% 0.79% -
XYZ 42.78 52.5 33.47 -
YUV 185.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 172 201 142 0.14 0 0.29 0.21 89.49 0.35 0.67
Hex AC C9 8E E 0 1D 15 59 23 43
Octal 254 311 216 16 0 35 25 131 43 103
Binary 10101100 11001001 10001110 1110 0 11101 10101 1011001 100011 1000011

Color Harmonies of #ACC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC98E

Black with #ACC98E

Text Example


Text Example

White with #ACC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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