Html Css Color HEX #ACD661 Conifer

📋 copy color: '#ACD661'

red 172 ◦ green 214 ◦ blue 97

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

Shades of Conifer #ACD661

Tints of Conifer #ACD661

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 35.61%
G = 44.31%
B = 20.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#ACD661 (or 0xACD661) is known color: Conifer. HEX triplet: AC, D6 and 61. RGB value is (172,214,97). Sum of RGB (Red+Green+Blue) = 172+214+97=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD661 is #53299E. Grayscale: #BCBCBC. Windows color (decimal): -5450143 or 6411948. OLE color: 6411948.

HSL color Cylindrical-coordinate representation of color #ACD661: hue angle of 81.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD661 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 97 -
CMYK 0.20 0 0.55 0.16
HSL 81.54º 0.59% 0.61% -
HSV(B) 81.54º 0.55% 0.84% -
XYZ 43.22 57.73 20.17 -
YUV 188.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 172 214 97 0.20 0 0.55 0.16 81.54 0.59 0.61
Hex AC D6 61 14 0 37 10 52 3B 3D
Octal 254 326 141 24 0 67 20 122 73 75
Binary 10101100 11010110 1100001 10100 0 110111 10000 1010010 111011 111101

Color Harmonies of #ACD661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD661

Black with #ACD661

Text Example


Text Example

White with #ACD661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD661; }

 p { color: rgb(172,214,97); }

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

background-color css

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

 a { background-color: rgb(172,214,97); }

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

border-color css

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

 span { border-color: rgb(172,214,97); }

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