Html Css Color HEX #ACD352 Conifer

📋 copy color: '#ACD352'

red 172 ◦ green 211 ◦ blue 82

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

Shades of Conifer #ACD352

Tints of Conifer #ACD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.38%

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 36.99%
G = 45.38%
B = 17.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#ACD352 (or 0xACD352) is known color: Conifer. HEX triplet: AC, D3 and 52. RGB value is (172,211,82). Sum of RGB (Red+Green+Blue) = 172+211+82=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD352 is #532CAD. Grayscale: #B9B9B9. Windows color (decimal): -5450926 or 5428140. OLE color: 5428140.

HSL color Cylindrical-coordinate representation of color #ACD352: hue angle of 78.14º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD352 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 82 -
CMYK 0.18 0 0.61 0.17
HSL 78.14º 0.59% 0.57% -
HSV(B) 78.14º 0.61% 0.83% -
XYZ 41.83 55.97 16.58 -
YUV 184.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 172 211 82 0.18 0 0.61 0.17 78.14 0.59 0.57
Hex AC D3 52 12 0 3D 11 4E 3B 39
Octal 254 323 122 22 0 75 21 116 73 71
Binary 10101100 11010011 1010010 10010 0 111101 10001 1001110 111011 111001

Color Harmonies of #ACD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD352

Black with #ACD352

Text Example


Text Example

White with #ACD352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD352; }

 p { color: rgb(172,211,82); }

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

background-color css

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

 a { background-color: rgb(172,211,82); }

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

border-color css

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

 span { border-color: rgb(172,211,82); }

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