Html Css Color HEX #ACC78E Norway

📋 copy color: '#ACC78E'

red 172 ◦ green 199 ◦ blue 142

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

Shades of Norway #ACC78E

Tints of Norway #ACC78E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

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

R = 33.53%
G = 38.79%
B = 27.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ACC78E (or 0xACC78E) is known color: Norway. HEX triplet: AC, C7 and 8E. RGB value is (172,199,142). Sum of RGB (Red+Green+Blue) = 172+199+142=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC78E is #533871. Grayscale: #B8B8B8. Windows color (decimal): -5453938 or 9357228. OLE color: 9357228.

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

Color convert

RGB 172 199 142 -
CMYK 0.14 0 0.29 0.22
HSL 88.42º 0.34% 0.67% -
HSV(B) 88.42º 0.29% 0.78% -
XYZ 42.32 51.57 33.31 -
YUV 184.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 172 199 142 0.14 0 0.29 0.22 88.42 0.34 0.67
Hex AC C7 8E E 0 1D 16 58 22 43
Octal 254 307 216 16 0 35 26 130 42 103
Binary 10101100 11000111 10001110 1110 0 11101 10110 1011000 100010 1000011

Color Harmonies of #ACC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC78E

Black with #ACC78E

Text Example


Text Example

White with #ACC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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