Html Css Color HEX #ACD255 Conifer

📋 copy color: '#ACD255'

red 172 ◦ green 210 ◦ blue 85

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

Shades of Conifer #ACD255

Tints of Conifer #ACD255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.97%

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

R = 36.83%
G = 44.97%
B = 18.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#ACD255 (or 0xACD255) is known color: Conifer. HEX triplet: AC, D2 and 55. RGB value is (172,210,85). Sum of RGB (Red+Green+Blue) = 172+210+85=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD255 is #532DAA. Grayscale: #B8B8B8. Windows color (decimal): -5451179 or 5624492. OLE color: 5624492.

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

Color convert

RGB 172 210 85 -
CMYK 0.18 0 0.60 0.18
HSL 78.24º 0.58% 0.58% -
HSV(B) 78.24º 0.6% 0.82% -
XYZ 41.7 55.52 17.11 -
YUV 184.39 71.91 119.16 -
System Red Green Blue C M Y K H S L
Decimal 172 210 85 0.18 0 0.60 0.18 78.24 0.58 0.58
Hex AC D2 55 12 0 3C 12 4E 3A 3A
Octal 254 322 125 22 0 74 22 116 72 72
Binary 10101100 11010010 1010101 10010 0 111100 10010 1001110 111010 111010

Color Harmonies of #ACD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD255

Black with #ACD255

Text Example


Text Example

White with #ACD255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD255; }

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

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

background-color css

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

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

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

border-color css

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

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

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