Html Css Color HEX #ACDF4A Conifer

📋 copy color: '#ACDF4A'

red 172 ◦ green 223 ◦ blue 74

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

Shades of Conifer #ACDF4A

Tints of Conifer #ACDF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 36.67%
G = 47.55%
B = 15.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#ACDF4A (or 0xACDF4A) is known color: Conifer. HEX triplet: AC, DF and 4A. RGB value is (172,223,74). Sum of RGB (Red+Green+Blue) = 172+223+74=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF4A is #5320B5. Grayscale: #BFBFBF. Windows color (decimal): -5447862 or 4906924. OLE color: 4906924.

HSL color Cylindrical-coordinate representation of color #ACDF4A: hue angle of 80.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACDF4A is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 74 -
CMYK 0.23 0 0.67 0.13
HSL 80.54º 0.7% 0.58% -
HSV(B) 80.54º 0.67% 0.87% -
XYZ 44.64 62.04 16.1 -
YUV 190.77 62.1 114.62 -
System Red Green Blue C M Y K H S L
Decimal 172 223 74 0.23 0 0.67 0.13 80.54 0.7 0.58
Hex AC DF 4A 17 0 43 D 51 46 3A
Octal 254 337 112 27 0 103 15 121 106 72
Binary 10101100 11011111 1001010 10111 0 1000011 1101 1010001 1000110 111010

Color Harmonies of #ACDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF4A

Black with #ACDF4A

Text Example


Text Example

White with #ACDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF4A; }

 p { color: rgb(172,223,74); }

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

background-color css

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

 a { background-color: rgb(172,223,74); }

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

border-color css

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

 span { border-color: rgb(172,223,74); }

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