Html Css Color HEX #ACD46A Conifer

📋 copy color: '#ACD46A'

red 172 ◦ green 212 ◦ blue 106

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

Shades of Conifer #ACD46A

Tints of Conifer #ACD46A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.27%

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

R = 35.1%
G = 43.27%
B = 21.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#ACD46A (or 0xACD46A) is known color: Conifer. HEX triplet: AC, D4 and 6A. RGB value is (172,212,106). Sum of RGB (Red+Green+Blue) = 172+212+106=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD46A is #532B95. Grayscale: #BCBCBC. Windows color (decimal): -5450646 or 7001260. OLE color: 7001260.

HSL color Cylindrical-coordinate representation of color #ACD46A: hue angle of 82.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD46A is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 106 -
CMYK 0.19 0 0.5 0.17
HSL 82.64º 0.55% 0.62% -
HSV(B) 82.64º 0.5% 0.83% -
XYZ 43.16 56.9 22.34 -
YUV 187.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 172 212 106 0.19 0 0.5 0.17 82.64 0.55 0.62
Hex AC D4 6A 13 0 32 11 53 37 3E
Octal 254 324 152 23 0 62 21 123 67 76
Binary 10101100 11010100 1101010 10011 0 110010 10001 1010011 110111 111110

Color Harmonies of #ACD46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD46A

Black with #ACD46A

Text Example


Text Example

White with #ACD46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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