Html Css Color HEX #ACD955 Conifer

📋 copy color: '#ACD955'

red 172 ◦ green 217 ◦ blue 85

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

Shades of Conifer #ACD955

Tints of Conifer #ACD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 36.29%
G = 45.78%
B = 17.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#ACD955 (or 0xACD955) is known color: Conifer. HEX triplet: AC, D9 and 55. RGB value is (172,217,85). Sum of RGB (Red+Green+Blue) = 172+217+85=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD955 is #5326AA. Grayscale: #BCBCBC. Windows color (decimal): -5449387 or 5626284. OLE color: 5626284.

HSL color Cylindrical-coordinate representation of color #ACD955: hue angle of 80.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD955 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 85 -
CMYK 0.21 0 0.61 0.15
HSL 80.45º 0.63% 0.59% -
HSV(B) 80.45º 0.61% 0.85% -
XYZ 43.47 59.05 17.7 -
YUV 188.5 69.59 116.23 -
System Red Green Blue C M Y K H S L
Decimal 172 217 85 0.21 0 0.61 0.15 80.45 0.63 0.59
Hex AC D9 55 15 0 3D F 50 3F 3B
Octal 254 331 125 25 0 75 17 120 77 73
Binary 10101100 11011001 1010101 10101 0 111101 1111 1010000 111111 111011

Color Harmonies of #ACD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD955

Black with #ACD955

Text Example


Text Example

White with #ACD955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD955; }

 p { color: rgb(172,217,85); }

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

background-color css

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

 a { background-color: rgb(172,217,85); }

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

border-color css

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

 span { border-color: rgb(172,217,85); }

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