Html Css Color HEX #ACDC5E Conifer

📋 copy color: '#ACDC5E'

red 172 ◦ green 220 ◦ blue 94

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

Shades of Conifer #ACDC5E

Tints of Conifer #ACDC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 94 (37.11% from 255) = 19.34%

R = 35.39%
G = 45.27%
B = 19.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#ACDC5E (or 0xACDC5E) is known color: Conifer. HEX triplet: AC, DC and 5E. RGB value is (172,220,94). Sum of RGB (Red+Green+Blue) = 172+220+94=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC5E is #5323A1. Grayscale: #BFBFBF. Windows color (decimal): -5448610 or 6216876. OLE color: 6216876.

HSL color Cylindrical-coordinate representation of color #ACDC5E: hue angle of 82.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACDC5E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 94 -
CMYK 0.22 0 0.57 0.14
HSL 82.86º 0.64% 0.62% -
HSV(B) 82.86º 0.57% 0.86% -
XYZ 44.63 60.77 19.97 -
YUV 191.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 172 220 94 0.22 0 0.57 0.14 82.86 0.64 0.62
Hex AC DC 5E 16 0 39 E 53 40 3E
Octal 254 334 136 26 0 71 16 123 100 76
Binary 10101100 11011100 1011110 10110 0 111001 1110 1010011 1000000 111110

Color Harmonies of #ACDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC5E

Black with #ACDC5E

Text Example


Text Example

White with #ACDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC5E; }

 p { color: rgb(172,220,94); }

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

background-color css

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

 a { background-color: rgb(172,220,94); }

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

border-color css

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

 span { border-color: rgb(172,220,94); }

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