Html Css Color HEX #ACD745 Conifer

📋 copy color: '#ACD745'

red 172 ◦ green 215 ◦ blue 69

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

Shades of Conifer #ACD745

Tints of Conifer #ACD745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.13%

R = 37.72%
G = 47.15%
B = 15.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#ACD745 (or 0xACD745) is known color: Conifer. HEX triplet: AC, D7 and 45. RGB value is (172,215,69). Sum of RGB (Red+Green+Blue) = 172+215+69=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD745 is #5328BA. Grayscale: #BABABA. Windows color (decimal): -5449915 or 4577196. OLE color: 4577196.

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

Color convert

RGB 172 215 69 -
CMYK 0.2 0 0.68 0.16
HSL 77.67º 0.65% 0.56% -
HSV(B) 77.67º 0.68% 0.84% -
XYZ 42.39 57.8 14.55 -
YUV 185.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 172 215 69 0.2 0 0.68 0.16 77.67 0.65 0.56
Hex AC D7 45 14 0 44 10 4E 41 38
Octal 254 327 105 24 0 104 20 116 101 70
Binary 10101100 11010111 1000101 10100 0 1000100 10000 1001110 1000001 111000

Color Harmonies of #ACD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD745

Black with #ACD745

Text Example


Text Example

White with #ACD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD745; }

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

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

background-color css

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

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

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

border-color css

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

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

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