Html Css Color HEX #ACD16A Conifer

📋 copy color: '#ACD16A'

red 172 ◦ green 209 ◦ blue 106

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

Shades of Conifer #ACD16A

Tints of Conifer #ACD16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

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

R = 35.32%
G = 42.92%
B = 21.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#ACD16A (or 0xACD16A) is known color: Conifer. HEX triplet: AC, D1 and 6A. RGB value is (172,209,106). Sum of RGB (Red+Green+Blue) = 172+209+106=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD16A is #532E95. Grayscale: #BABABA. Windows color (decimal): -5451414 or 7000492. OLE color: 7000492.

HSL color Cylindrical-coordinate representation of color #ACD16A: hue angle of 81.55º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACD16A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 106 -
CMYK 0.18 0 0.49 0.18
HSL 81.55º 0.53% 0.62% -
HSV(B) 81.55º 0.49% 0.82% -
XYZ 42.42 55.41 22.1 -
YUV 186.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 172 209 106 0.18 0 0.49 0.18 81.55 0.53 0.62
Hex AC D1 6A 12 0 31 12 52 35 3E
Octal 254 321 152 22 0 61 22 122 65 76
Binary 10101100 11010001 1101010 10010 0 110001 10010 1010010 110101 111110

Color Harmonies of #ACD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD16A

Black with #ACD16A

Text Example


Text Example

White with #ACD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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