Html Css Color HEX #ACD348 Conifer

📋 copy color: '#ACD348'

red 172 ◦ green 211 ◦ blue 72

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

Shades of Conifer #ACD348

Tints of Conifer #ACD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.37%

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

R = 37.8%
G = 46.37%
B = 15.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#ACD348 (or 0xACD348) is known color: Conifer. HEX triplet: AC, D3 and 48. RGB value is (172,211,72). Sum of RGB (Red+Green+Blue) = 172+211+72=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD348 is #532CB7. Grayscale: #B8B8B8. Windows color (decimal): -5450936 or 4772780. OLE color: 4772780.

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

Color convert

RGB 172 211 72 -
CMYK 0.18 0 0.66 0.17
HSL 76.83º 0.61% 0.55% -
HSV(B) 76.83º 0.66% 0.83% -
XYZ 41.48 55.83 14.72 -
YUV 183.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 172 211 72 0.18 0 0.66 0.17 76.83 0.61 0.55
Hex AC D3 48 12 0 42 11 4D 3D 37
Octal 254 323 110 22 0 102 21 115 75 67
Binary 10101100 11010011 1001000 10010 0 1000010 10001 1001101 111101 110111

Color Harmonies of #ACD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD348

Black with #ACD348

Text Example


Text Example

White with #ACD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD348; }

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

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

background-color css

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

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

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

border-color css

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

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

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