Html Css Color HEX #ACC58F Norway

📋 copy color: '#ACC58F'

red 172 ◦ green 197 ◦ blue 143

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

Shades of Norway #ACC58F

Tints of Norway #ACC58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 33.59%
G = 38.48%
B = 27.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#ACC58F (or 0xACC58F) is known color: Norway. HEX triplet: AC, C5 and 8F. RGB value is (172,197,143). Sum of RGB (Red+Green+Blue) = 172+197+143=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58F is #533A70. Grayscale: #B7B7B7. Windows color (decimal): -5454449 or 9422252. OLE color: 9422252.

HSL color Cylindrical-coordinate representation of color #ACC58F: hue angle of 87.78º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC58F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 143 -
CMYK 0.13 0 0.27 0.23
HSL 87.78º 0.32% 0.67% -
HSV(B) 87.78º 0.27% 0.77% -
XYZ 41.94 50.69 33.56 -
YUV 183.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 172 197 143 0.13 0 0.27 0.23 87.78 0.32 0.67
Hex AC C5 8F D 0 1B 17 58 20 43
Octal 254 305 217 15 0 33 27 130 40 103
Binary 10101100 11000101 10001111 1101 0 11011 10111 1011000 100000 1000011

Color Harmonies of #ACC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC58F

Black with #ACC58F

Text Example


Text Example

White with #ACC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC58F; }

 p { color: rgb(172,197,143); }

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

background-color css

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

 a { background-color: rgb(172,197,143); }

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

border-color css

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

 span { border-color: rgb(172,197,143); }

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