Html Css Color HEX #ACD965 Conifer

📋 copy color: '#ACD965'

red 172 ◦ green 217 ◦ blue 101

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

Shades of Conifer #ACD965

Tints of Conifer #ACD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.61%

R = 35.1%
G = 44.29%
B = 20.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#ACD965 (or 0xACD965) is known color: Conifer. HEX triplet: AC, D9 and 65. RGB value is (172,217,101). Sum of RGB (Red+Green+Blue) = 172+217+101=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD965 is #53269A. Grayscale: #BEBEBE. Windows color (decimal): -5449371 or 6674860. OLE color: 6674860.

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

Color convert

RGB 172 217 101 -
CMYK 0.21 0 0.53 0.15
HSL 83.28º 0.6% 0.62% -
HSV(B) 83.28º 0.53% 0.85% -
XYZ 44.18 59.34 21.44 -
YUV 190.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 172 217 101 0.21 0 0.53 0.15 83.28 0.6 0.62
Hex AC D9 65 15 0 35 F 53 3C 3E
Octal 254 331 145 25 0 65 17 123 74 76
Binary 10101100 11011001 1100101 10101 0 110101 1111 1010011 111100 111110

Color Harmonies of #ACD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD965

Black with #ACD965

Text Example


Text Example

White with #ACD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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