Html Css Color HEX #ACD047 Conifer

📋 copy color: '#ACD047'

red 172 ◦ green 208 ◦ blue 71

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

Shades of Conifer #ACD047

Tints of Conifer #ACD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.74%

R = 38.14%
G = 46.12%
B = 15.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#ACD047 (or 0xACD047) is known color: Conifer. HEX triplet: AC, D0 and 47. RGB value is (172,208,71). Sum of RGB (Red+Green+Blue) = 172+208+71=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD047 is #532FB8. Grayscale: #B6B6B6. Windows color (decimal): -5451705 or 4706476. OLE color: 4706476.

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

Color convert

RGB 172 208 71 -
CMYK 0.17 0 0.66 0.18
HSL 75.77º 0.59% 0.55% -
HSV(B) 75.77º 0.66% 0.82% -
XYZ 40.71 54.34 14.3 -
YUV 181.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 172 208 71 0.17 0 0.66 0.18 75.77 0.59 0.55
Hex AC D0 47 11 0 42 12 4C 3B 37
Octal 254 320 107 21 0 102 22 114 73 67
Binary 10101100 11010000 1000111 10001 0 1000010 10010 1001100 111011 110111

Color Harmonies of #ACD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD047

Black with #ACD047

Text Example


Text Example

White with #ACD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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