Html Css Color HEX #ACD056 Conifer

📋 copy color: '#ACD056'

red 172 ◦ green 208 ◦ blue 86

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

Shades of Conifer #ACD056

Tints of Conifer #ACD056

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.64%

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 36.91%
G = 44.64%
B = 18.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#ACD056 (or 0xACD056) is known color: Conifer. HEX triplet: AC, D0 and 56. RGB value is (172,208,86). Sum of RGB (Red+Green+Blue) = 172+208+86=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD056 is #532FA9. Grayscale: #B7B7B7. Windows color (decimal): -5451690 or 5689516. OLE color: 5689516.

HSL color Cylindrical-coordinate representation of color #ACD056: hue angle of 77.7º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACD056 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 86 -
CMYK 0.17 0 0.59 0.18
HSL 77.7º 0.56% 0.58% -
HSV(B) 77.7º 0.59% 0.82% -
XYZ 41.25 54.55 17.16 -
YUV 183.33 73.07 119.92 -
System Red Green Blue C M Y K H S L
Decimal 172 208 86 0.17 0 0.59 0.18 77.7 0.56 0.58
Hex AC D0 56 11 0 3B 12 4E 38 3A
Octal 254 320 126 21 0 73 22 116 70 72
Binary 10101100 11010000 1010110 10001 0 111011 10010 1001110 111000 111010

Color Harmonies of #ACD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD056

Black with #ACD056

Text Example


Text Example

White with #ACD056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD056; }

 p { color: rgb(172,208,86); }

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

background-color css

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

 a { background-color: rgb(172,208,86); }

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

border-color css

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

 span { border-color: rgb(172,208,86); }

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