Html Css Color HEX #ACD548 Conifer

📋 copy color: '#ACD548'

red 172 ◦ green 213 ◦ blue 72

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

Shades of Conifer #ACD548

Tints of Conifer #ACD548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.61%

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

R = 37.64%
G = 46.61%
B = 15.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#ACD548 (or 0xACD548) is known color: Conifer. HEX triplet: AC, D5 and 48. RGB value is (172,213,72). Sum of RGB (Red+Green+Blue) = 172+213+72=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD548 is #532AB7. Grayscale: #B9B9B9. Windows color (decimal): -5450424 or 4773292. OLE color: 4773292.

HSL color Cylindrical-coordinate representation of color #ACD548: hue angle of 77.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD548 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 72 -
CMYK 0.19 0 0.66 0.16
HSL 77.45º 0.63% 0.56% -
HSV(B) 77.45º 0.66% 0.84% -
XYZ 41.98 56.83 14.89 -
YUV 184.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 172 213 72 0.19 0 0.66 0.16 77.45 0.63 0.56
Hex AC D5 48 13 0 42 10 4D 3F 38
Octal 254 325 110 23 0 102 20 115 77 70
Binary 10101100 11010101 1001000 10011 0 1000010 10000 1001101 111111 111000

Color Harmonies of #ACD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD548

Black with #ACD548

Text Example


Text Example

White with #ACD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD548; }

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

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

background-color css

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

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

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

border-color css

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

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

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