Html Css Color HEX #ACDB6C Conifer

📋 copy color: '#ACDB6C'

red 172 ◦ green 219 ◦ blue 108

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

Shades of Conifer #ACDB6C

Tints of Conifer #ACDB6C

RGB

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

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

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

R = 34.47%
G = 43.89%
B = 21.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#ACDB6C (or 0xACDB6C) is known color: Conifer. HEX triplet: AC, DB and 6C. RGB value is (172,219,108). Sum of RGB (Red+Green+Blue) = 172+219+108=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB6C is #532493. Grayscale: #C0C0C0. Windows color (decimal): -5448852 or 7134124. OLE color: 7134124.

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

Color convert

RGB 172 219 108 -
CMYK 0.21 0 0.51 0.14
HSL 85.41º 0.61% 0.64% -
HSV(B) 85.41º 0.51% 0.86% -
XYZ 45.05 60.52 23.49 -
YUV 192.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 172 219 108 0.21 0 0.51 0.14 85.41 0.61 0.64
Hex AC DB 6C 15 0 33 E 55 3D 40
Octal 254 333 154 25 0 63 16 125 75 100
Binary 10101100 11011011 1101100 10101 0 110011 1110 1010101 111101 1000000

Color Harmonies of #ACDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB6C

Black with #ACDB6C

Text Example


Text Example

White with #ACDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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