Html Css Color HEX #ACDA6A Conifer

📋 copy color: '#ACDA6A'

red 172 ◦ green 218 ◦ blue 106

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

Shades of Conifer #ACDA6A

Tints of Conifer #ACDA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 106 (41.8% from 255) = 21.37%

R = 34.68%
G = 43.95%
B = 21.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#ACDA6A (or 0xACDA6A) is known color: Conifer. HEX triplet: AC, DA and 6A. RGB value is (172,218,106). Sum of RGB (Red+Green+Blue) = 172+218+106=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDA6A is #532595. Grayscale: #BFBFBF. Windows color (decimal): -5449110 or 7002796. OLE color: 7002796.

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

Color convert

RGB 172 218 106 -
CMYK 0.21 0 0.51 0.15
HSL 84.64º 0.6% 0.64% -
HSV(B) 84.64º 0.51% 0.85% -
XYZ 44.69 59.95 22.85 -
YUV 191.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 172 218 106 0.21 0 0.51 0.15 84.64 0.6 0.64
Hex AC DA 6A 15 0 33 F 55 3C 40
Octal 254 332 152 25 0 63 17 125 74 100
Binary 10101100 11011010 1101010 10101 0 110011 1111 1010101 111100 1000000

Color Harmonies of #ACDA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA6A

Black with #ACDA6A

Text Example


Text Example

White with #ACDA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA6A; }

 p { color: rgb(172,218,106); }

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

background-color css

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

 a { background-color: rgb(172,218,106); }

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

border-color css

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

 span { border-color: rgb(172,218,106); }

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