Html Css Color HEX #ACD746 Conifer

📋 copy color: '#ACD746'

red 172 ◦ green 215 ◦ blue 70

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

Shades of Conifer #ACD746

Tints of Conifer #ACD746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 37.64%
G = 47.05%
B = 15.32%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#ACD746 (or 0xACD746) is known color: Conifer. HEX triplet: AC, D7 and 46. RGB value is (172,215,70). Sum of RGB (Red+Green+Blue) = 172+215+70=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD746 is #5328B9. Grayscale: #BABABA. Windows color (decimal): -5449914 or 4642732. OLE color: 4642732.

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

Color convert

RGB 172 215 70 -
CMYK 0.2 0 0.67 0.16
HSL 77.79º 0.64% 0.56% -
HSV(B) 77.79º 0.67% 0.84% -
XYZ 42.42 57.81 14.72 -
YUV 185.61 62.75 118.29 -
System Red Green Blue C M Y K H S L
Decimal 172 215 70 0.2 0 0.67 0.16 77.79 0.64 0.56
Hex AC D7 46 14 0 43 10 4E 40 38
Octal 254 327 106 24 0 103 20 116 100 70
Binary 10101100 11010111 1000110 10100 0 1000011 10000 1001110 1000000 111000

Color Harmonies of #ACD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD746

Black with #ACD746

Text Example


Text Example

White with #ACD746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD746; }

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

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

background-color css

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

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

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

border-color css

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

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

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