Html Css Color HEX #ACD749 Conifer

📋 copy color: '#ACD749'

red 172 ◦ green 215 ◦ blue 73

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

Shades of Conifer #ACD749

Tints of Conifer #ACD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

 BLUE value IS 73 (28.91% from 255) = 15.87%

R = 37.39%
G = 46.74%
B = 15.87%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#ACD749 (or 0xACD749) is known color: Conifer. HEX triplet: AC, D7 and 49. RGB value is (172,215,73). Sum of RGB (Red+Green+Blue) = 172+215+73=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD749 is #5328B6. Grayscale: #BABABA. Windows color (decimal): -5449911 or 4839340. OLE color: 4839340.

HSL color Cylindrical-coordinate representation of color #ACD749: hue angle of 78.17º degrees, saturation: 0.64, 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 #ACD749 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 73 -
CMYK 0.2 0 0.66 0.16
HSL 78.17º 0.64% 0.56% -
HSV(B) 78.17º 0.66% 0.84% -
XYZ 42.52 57.85 15.23 -
YUV 185.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 172 215 73 0.2 0 0.66 0.16 78.17 0.64 0.56
Hex AC D7 49 14 0 42 10 4E 40 38
Octal 254 327 111 24 0 102 20 116 100 70
Binary 10101100 11010111 1001001 10100 0 1000010 10000 1001110 1000000 111000

Color Harmonies of #ACD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD749

Black with #ACD749

Text Example


Text Example

White with #ACD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD749; }

 p { color: rgb(172,215,73); }

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

background-color css

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

 a { background-color: rgb(172,215,73); }

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

border-color css

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

 span { border-color: rgb(172,215,73); }

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