Html Css Color HEX #ACDB6D Conifer

📋 copy color: '#ACDB6D'

red 172 ◦ green 219 ◦ blue 109

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

Shades of Conifer #ACDB6D

Tints of Conifer #ACDB6D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

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

R = 34.4%
G = 43.8%
B = 21.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ACDB6D (or 0xACDB6D) is known color: Conifer. HEX triplet: AC, DB and 6D. RGB value is (172,219,109). Sum of RGB (Red+Green+Blue) = 172+219+109=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB6D is #532492. Grayscale: #C0C0C0. Windows color (decimal): -5448851 or 7199660. OLE color: 7199660.

HSL color Cylindrical-coordinate representation of color #ACDB6D: hue angle of 85.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDB6D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 109 -
CMYK 0.21 0 0.50 0.14
HSL 85.64º 0.6% 0.64% -
HSV(B) 85.64º 0.5% 0.86% -
XYZ 45.11 60.54 23.78 -
YUV 192.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 172 219 109 0.21 0 0.50 0.14 85.64 0.6 0.64
Hex AC DB 6D 15 0 32 E 56 3C 40
Octal 254 333 155 25 0 62 16 126 74 100
Binary 10101100 11011011 1101101 10101 0 110010 1110 1010110 111100 1000000

Color Harmonies of #ACDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB6D

Black with #ACDB6D

Text Example


Text Example

White with #ACDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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