Html Css Color HEX #ACD848 Conifer

📋 copy color: '#ACD848'

red 172 ◦ green 216 ◦ blue 72

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

Shades of Conifer #ACD848

Tints of Conifer #ACD848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

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

R = 37.39%
G = 46.96%
B = 15.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#ACD848 (or 0xACD848) is known color: Conifer. HEX triplet: AC, D8 and 48. RGB value is (172,216,72). Sum of RGB (Red+Green+Blue) = 172+216+72=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD848 is #5327B7. Grayscale: #BABABA. Windows color (decimal): -5449656 or 4774060. OLE color: 4774060.

HSL color Cylindrical-coordinate representation of color #ACD848: hue angle of 78.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD848 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 72 -
CMYK 0.20 0 0.67 0.15
HSL 78.33º 0.65% 0.56% -
HSV(B) 78.33º 0.67% 0.85% -
XYZ 42.74 58.35 15.14 -
YUV 186.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 172 216 72 0.20 0 0.67 0.15 78.33 0.65 0.56
Hex AC D8 48 14 0 43 F 4E 41 38
Octal 254 330 110 24 0 103 17 116 101 70
Binary 10101100 11011000 1001000 10100 0 1000011 1111 1001110 1000001 111000

Color Harmonies of #ACD848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD848

Black with #ACD848

Text Example


Text Example

White with #ACD848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD848; }

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

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

background-color css

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

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

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

border-color css

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

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

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