Html Css Color HEX #ACD052 Conifer

📋 copy color: '#ACD052'

red 172 ◦ green 208 ◦ blue 82

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

Shades of Conifer #ACD052

Tints of Conifer #ACD052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 37.23%
G = 45.02%
B = 17.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#ACD052 (or 0xACD052) is known color: Conifer. HEX triplet: AC, D0 and 52. RGB value is (172,208,82). Sum of RGB (Red+Green+Blue) = 172+208+82=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD052 is #532FAD. Grayscale: #B7B7B7. Windows color (decimal): -5451694 or 5427372. OLE color: 5427372.

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

Color convert

RGB 172 208 82 -
CMYK 0.17 0 0.61 0.18
HSL 77.14º 0.57% 0.57% -
HSV(B) 77.14º 0.61% 0.82% -
XYZ 41.09 54.49 16.33 -
YUV 182.87 71.07 120.25 -
System Red Green Blue C M Y K H S L
Decimal 172 208 82 0.17 0 0.61 0.18 77.14 0.57 0.57
Hex AC D0 52 11 0 3D 12 4D 39 39
Octal 254 320 122 21 0 75 22 115 71 71
Binary 10101100 11010000 1010010 10001 0 111101 10010 1001101 111001 111001

Color Harmonies of #ACD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD052

Black with #ACD052

Text Example


Text Example

White with #ACD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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