Html Css Color HEX #ACD063 Conifer

📋 copy color: '#ACD063'

red 172 ◦ green 208 ◦ blue 99

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

Shades of Conifer #ACD063

Tints of Conifer #ACD063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 35.91%
G = 43.42%
B = 20.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#ACD063 (or 0xACD063) is known color: Conifer. HEX triplet: AC, D0 and 63. RGB value is (172,208,99). Sum of RGB (Red+Green+Blue) = 172+208+99=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD063 is #532F9C. Grayscale: #B9B9B9. Windows color (decimal): -5451677 or 6541484. OLE color: 6541484.

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

Color convert

RGB 172 208 99 -
CMYK 0.17 0 0.52 0.18
HSL 79.82º 0.54% 0.6% -
HSV(B) 79.82º 0.52% 0.82% -
XYZ 41.82 54.78 20.17 -
YUV 184.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 172 208 99 0.17 0 0.52 0.18 79.82 0.54 0.6
Hex AC D0 63 11 0 34 12 50 36 3C
Octal 254 320 143 21 0 64 22 120 66 74
Binary 10101100 11010000 1100011 10001 0 110100 10010 1010000 110110 111100

Color Harmonies of #ACD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD063

Black with #ACD063

Text Example


Text Example

White with #ACD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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