Html Css Color HEX #ACDE6D Conifer

📋 copy color: '#ACDE6D'

red 172 ◦ green 222 ◦ blue 109

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

Shades of Conifer #ACDE6D

Tints of Conifer #ACDE6D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.14%

 BLUE value IS 109 (42.97% from 255) = 21.67%

R = 34.19%
G = 44.14%
B = 21.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#ACDE6D (or 0xACDE6D) is known color: Conifer. HEX triplet: AC, DE and 6D. RGB value is (172,222,109). Sum of RGB (Red+Green+Blue) = 172+222+109=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE6D is #532192. Grayscale: #C2C2C2. Windows color (decimal): -5448083 or 7200428. OLE color: 7200428.

HSL color Cylindrical-coordinate representation of color #ACDE6D: hue angle of 86.55º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACDE6D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 109 -
CMYK 0.23 0 0.51 0.13
HSL 86.55º 0.63% 0.65% -
HSV(B) 86.55º 0.51% 0.87% -
XYZ 45.89 62.12 24.04 -
YUV 194.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 172 222 109 0.23 0 0.51 0.13 86.55 0.63 0.65
Hex AC DE 6D 17 0 33 D 57 3F 41
Octal 254 336 155 27 0 63 15 127 77 101
Binary 10101100 11011110 1101101 10111 0 110011 1101 1010111 111111 1000001

Color Harmonies of #ACDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE6D

Black with #ACDE6D

Text Example


Text Example

White with #ACDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE6D; }

 p { color: rgb(172,222,109); }

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

background-color css

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

 a { background-color: rgb(172,222,109); }

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

border-color css

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

 span { border-color: rgb(172,222,109); }

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