Html Css Color HEX #ACC78D Norway

📋 copy color: '#ACC78D'

red 172 ◦ green 199 ◦ blue 141

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

Shades of Norway #ACC78D

Tints of Norway #ACC78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 33.59%
G = 38.87%
B = 27.54%

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

#ACC78D (or 0xACC78D) is known color: Norway. HEX triplet: AC, C7 and 8D. RGB value is (172,199,141). Sum of RGB (Red+Green+Blue) = 172+199+141=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC78D is #533872. Grayscale: #B8B8B8. Windows color (decimal): -5453939 or 9291692. OLE color: 9291692.

HSL color Cylindrical-coordinate representation of color #ACC78D: hue angle of 87.93º 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 #ACC78D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 141 -
CMYK 0.14 0 0.29 0.22
HSL 87.93º 0.34% 0.67% -
HSV(B) 87.93º 0.29% 0.78% -
XYZ 42.24 51.54 32.92 -
YUV 184.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 172 199 141 0.14 0 0.29 0.22 87.93 0.34 0.67
Hex AC C7 8D E 0 1D 16 58 22 43
Octal 254 307 215 16 0 35 26 130 42 103
Binary 10101100 11000111 10001101 1110 0 11101 10110 1011000 100010 1000011

Color Harmonies of #ACC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC78D

Black with #ACC78D

Text Example


Text Example

White with #ACC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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