Html Css Color HEX #ACCC50 Conifer

📋 copy color: '#ACCC50'

red 172 ◦ green 204 ◦ blue 80

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

Shades of Conifer #ACCC50

Tints of Conifer #ACCC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 37.72%
G = 44.74%
B = 17.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#ACCC50 (or 0xACCC50) is known color: Conifer. HEX triplet: AC, CC and 50. RGB value is (172,204,80). Sum of RGB (Red+Green+Blue) = 172+204+80=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC50 is #5333AF. Grayscale: #B4B4B4. Windows color (decimal): -5452720 or 5295276. OLE color: 5295276.

HSL color Cylindrical-coordinate representation of color #ACCC50: hue angle of 75.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACCC50 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 80 -
CMYK 0.16 0 0.61 0.2
HSL 75.48º 0.55% 0.56% -
HSV(B) 75.48º 0.61% 0.8% -
XYZ 40.05 52.54 15.62 -
YUV 180.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 172 204 80 0.16 0 0.61 0.2 75.48 0.55 0.56
Hex AC CC 50 10 0 3D 14 4B 37 38
Octal 254 314 120 20 0 75 24 113 67 70
Binary 10101100 11001100 1010000 10000 0 111101 10100 1001011 110111 111000

Color Harmonies of #ACCC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC50

Black with #ACCC50

Text Example


Text Example

White with #ACCC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC50; }

 p { color: rgb(172,204,80); }

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

background-color css

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

 a { background-color: rgb(172,204,80); }

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

border-color css

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

 span { border-color: rgb(172,204,80); }

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