Html Css Color HEX #ACD969 Conifer

📋 copy color: '#ACD969'

red 172 ◦ green 217 ◦ blue 105

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

Shades of Conifer #ACD969

Tints of Conifer #ACD969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.26%

R = 34.82%
G = 43.93%
B = 21.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#ACD969 (or 0xACD969) is known color: Conifer. HEX triplet: AC, D9 and 69. RGB value is (172,217,105). Sum of RGB (Red+Green+Blue) = 172+217+105=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD969 is #532696. Grayscale: #BFBFBF. Windows color (decimal): -5449367 or 6937004. OLE color: 6937004.

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

Color convert

RGB 172 217 105 -
CMYK 0.21 0 0.52 0.15
HSL 84.11º 0.6% 0.63% -
HSV(B) 84.11º 0.52% 0.85% -
XYZ 44.38 59.42 22.49 -
YUV 190.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 172 217 105 0.21 0 0.52 0.15 84.11 0.6 0.63
Hex AC D9 69 15 0 34 F 54 3C 3F
Octal 254 331 151 25 0 64 17 124 74 77
Binary 10101100 11011001 1101001 10101 0 110100 1111 1010100 111100 111111

Color Harmonies of #ACD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD969

Black with #ACD969

Text Example


Text Example

White with #ACD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD969; }

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

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

background-color css

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

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

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

border-color css

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

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

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