Html Css Color HEX #ACDF6C Conifer

📋 copy color: '#ACDF6C'

red 172 ◦ green 223 ◦ blue 108

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

Shades of Conifer #ACDF6C

Tints of Conifer #ACDF6C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 34.19%
G = 44.33%
B = 21.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#ACDF6C (or 0xACDF6C) is known color: Conifer. HEX triplet: AC, DF and 6C. RGB value is (172,223,108). Sum of RGB (Red+Green+Blue) = 172+223+108=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF6C is #532093. Grayscale: #C3C3C3. Windows color (decimal): -5447828 or 7135148. OLE color: 7135148.

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

Color convert

RGB 172 223 108 -
CMYK 0.23 0 0.52 0.13
HSL 86.61º 0.64% 0.65% -
HSV(B) 86.61º 0.52% 0.87% -
XYZ 46.11 62.63 23.85 -
YUV 194.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 172 223 108 0.23 0 0.52 0.13 86.61 0.64 0.65
Hex AC DF 6C 17 0 34 D 57 40 41
Octal 254 337 154 27 0 64 15 127 100 101
Binary 10101100 11011111 1101100 10111 0 110100 1101 1010111 1000000 1000001

Color Harmonies of #ACDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF6C

Black with #ACDF6C

Text Example


Text Example

White with #ACDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF6C; }

 p { color: rgb(172,223,108); }

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

background-color css

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

 a { background-color: rgb(172,223,108); }

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

border-color css

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

 span { border-color: rgb(172,223,108); }

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