Html Css Color HEX #ACD048 Conifer

📋 copy color: '#ACD048'

red 172 ◦ green 208 ◦ blue 72

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

Shades of Conifer #ACD048

Tints of Conifer #ACD048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 38.05%
G = 46.02%
B = 15.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#ACD048 (or 0xACD048) is known color: Conifer. HEX triplet: AC, D0 and 48. RGB value is (172,208,72). Sum of RGB (Red+Green+Blue) = 172+208+72=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD048 is #532FB7. Grayscale: #B6B6B6. Windows color (decimal): -5451704 or 4772012. OLE color: 4772012.

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

Color convert

RGB 172 208 72 -
CMYK 0.17 0 0.65 0.18
HSL 75.88º 0.59% 0.55% -
HSV(B) 75.88º 0.65% 0.82% -
XYZ 40.74 54.35 14.47 -
YUV 181.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 172 208 72 0.17 0 0.65 0.18 75.88 0.59 0.55
Hex AC D0 48 11 0 41 12 4C 3B 37
Octal 254 320 110 21 0 101 22 114 73 67
Binary 10101100 11010000 1001000 10001 0 1000001 10010 1001100 111011 110111

Color Harmonies of #ACD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD048

Black with #ACD048

Text Example


Text Example

White with #ACD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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