Html Css Color HEX #ACD64F Conifer

📋 copy color: '#ACD64F'

red 172 ◦ green 214 ◦ blue 79

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

Shades of Conifer #ACD64F

Tints of Conifer #ACD64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 79 (31.25% from 255) = 16.99%

R = 36.99%
G = 46.02%
B = 16.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#ACD64F (or 0xACD64F) is known color: Conifer. HEX triplet: AC, D6 and 4F. RGB value is (172,214,79). Sum of RGB (Red+Green+Blue) = 172+214+79=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD64F is #5329B0. Grayscale: #BABABA. Windows color (decimal): -5450161 or 5232300. OLE color: 5232300.

HSL color Cylindrical-coordinate representation of color #ACD64F: hue angle of 78.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD64F is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 214 79 -
CMYK 0.20 0 0.63 0.16
HSL 78.67º 0.62% 0.57% -
HSV(B) 78.67º 0.63% 0.84% -
XYZ 42.47 57.43 16.24 -
YUV 186.05 67.59 117.98 -
System Red Green Blue C M Y K H S L
Decimal 172 214 79 0.20 0 0.63 0.16 78.67 0.62 0.57
Hex AC D6 4F 14 0 3F 10 4F 3E 39
Octal 254 326 117 24 0 77 20 117 76 71
Binary 10101100 11010110 1001111 10100 0 111111 10000 1001111 111110 111001

Color Harmonies of #ACD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD64F

Black with #ACD64F

Text Example


Text Example

White with #ACD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD64F; }

 p { color: rgb(172,214,79); }

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

background-color css

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

 a { background-color: rgb(172,214,79); }

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

border-color css

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

 span { border-color: rgb(172,214,79); }

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